Skip to content

Commit 47c048d

Browse files
committed
update readme
1 parent dba232a commit 47c048d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud_sql/sqlserver/pdo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export CLOUD_SQL_CONNECTION_NAME='<MY-PROJECT>:<INSTANCE-REGION>:<MY-DATABASE>'
1515
export DB_USER='my-db-user'
1616
export DB_PASS='my-db-pass'
1717
export DB_NAME='my-db-name'
18-
export DB_HOSTNAME='localhost'
18+
export DB_HOSTNAME='(local)'
1919
```
2020

2121
Note: Saving credentials in environment variables is convenient, but not secure - consider a more secure solution such as [Cloud KMS](https://cloud.google.com/kms/) to help keep secrets safe.

0 commit comments

Comments
 (0)