Skip to content

Commit 6dedd10

Browse files
committed
fix sample gae definition
1 parent 95e45d2 commit 6dedd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud_sql/postgres/pdo/app-standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runtime: php72
1717
# Remember - storing secrets in plaintext is potentially unsafe. Consider using
1818
# something like https://cloud.google.com/kms/ to help keep secrets secret.
1919
env_variables:
20-
CLOUD_SQL_CONNECTION_NAME: ::<MY-DATABASE>
20+
CLOUD_SQL_CONNECTION_NAME: ::<INSTANCE-NAME>
2121
DB_USER: my-db-user
2222
DB_PASS: my-db-pass
2323
DB_NAME: my-db

0 commit comments

Comments
 (0)