We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e45d2 commit 6dedd10Copy full SHA for 6dedd10
cloud_sql/postgres/pdo/app-standard.yaml
@@ -17,7 +17,7 @@ runtime: php72
17
# Remember - storing secrets in plaintext is potentially unsafe. Consider using
18
# something like https://cloud.google.com/kms/ to help keep secrets secret.
19
env_variables:
20
- CLOUD_SQL_CONNECTION_NAME: ::<MY-DATABASE>
+ CLOUD_SQL_CONNECTION_NAME: ::<INSTANCE-NAME>
21
DB_USER: my-db-user
22
DB_PASS: my-db-pass
23
DB_NAME: my-db
0 commit comments