File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ runtime: python37
17
17
# Remember - storing secrets in plaintext is potentially unsafe. Consider using
18
18
# something like https://cloud.google.com/kms/ to help keep secrets secret.
19
19
env_variables :
20
- CLOUD_SQL_INSTANCE_NAME : <MY-PROJECT>:<INSTANCE-REGION>:<MY-DATABASE>
20
+ CLOUD_SQL_CONNECTION_NAME : <MY-PROJECT>:<INSTANCE-REGION>:<MY-DATABASE>
21
21
DB_USER : my-db-user
22
22
DB_PASS : my-db-pass
23
23
DB_NAME : my_db
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ runtime: python37
17
17
# Remember - storing secrets in plaintext is potentially unsafe. Consider using
18
18
# something like https://cloud.google.com/kms/ to help keep secrets secret.
19
19
env_variables :
20
- CLOUD_SQL_INSTANCE_NAME : <MY-PROJECT>:<INSTANCE-REGION>:<MY-DATABASE>
20
+ CLOUD_SQL_CONNECTION_NAME : <MY-PROJECT>:<INSTANCE-REGION>:<MY-DATABASE>
21
21
DB_USER : my-db-user
22
22
DB_PASS : my-db-pass
23
23
DB_NAME : my_db
You can’t perform that action at this time.
0 commit comments