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
1717# Remember - storing secrets in plaintext is potentially unsafe. Consider using
1818# something like https://cloud.google.com/kms/ to help keep secrets secret.
1919env_variables :
20- CLOUD_SQL_INSTANCE_NAME : <MY-PROJECT>:<INSTANCE-REGION>:<MY-DATABASE>
20+ CLOUD_SQL_CONNECTION_NAME : <MY-PROJECT>:<INSTANCE-REGION>:<MY-DATABASE>
2121 DB_USER : my-db-user
2222 DB_PASS : my-db-pass
2323 DB_NAME : my_db
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ runtime: python37
1717# Remember - storing secrets in plaintext is potentially unsafe. Consider using
1818# something like https://cloud.google.com/kms/ to help keep secrets secret.
1919env_variables :
20- CLOUD_SQL_INSTANCE_NAME : <MY-PROJECT>:<INSTANCE-REGION>:<MY-DATABASE>
20+ CLOUD_SQL_CONNECTION_NAME : <MY-PROJECT>:<INSTANCE-REGION>:<MY-DATABASE>
2121 DB_USER : my-db-user
2222 DB_PASS : my-db-pass
2323 DB_NAME : my_db
You can’t perform that action at this time.
0 commit comments