Skip to content

Commit 0b4c9a0

Browse files
committed
fix: use correct password for DB
1 parent 90cdf51 commit 0b4c9a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infrastructure/cloud-run.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ locals {
3535
"STORAGE__BUCKET" : google_storage_bucket.gcs_bucket.name,
3636
}
3737
run_secrets = {
38-
"DATABASE_PASSWORD" : "db-pass",
39-
"AUTHENTICATION_JWTKEY" : "zitadel-api-app-key",
40-
"STORAGE_SERVICEACCOUNTKEY" : "storage-access",
38+
"DATABASE__PASSWORD" : "db-pass",
39+
"AUTHENTICATION__JWTKEY" : "zitadel-api-app-key",
40+
"STORAGE__SERVICEACCOUNTKEY" : "storage-access",
4141
}
4242
}
4343

0 commit comments

Comments
 (0)