Skip to content

Commit

Permalink
10 - Run Cloud SQL Proxy with Service Account
Browse files Browse the repository at this point in the history
  • Loading branch information
codingforentrepreneurs committed Jul 16, 2020
1 parent e9e1d81 commit b2d8ab4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/db_proxy.ps1
@@ -1 +1 @@
C:\Users\cfe\cloud_sql_proxy
C:\Users\cfe\cloud_sql_proxy -instances=serverless-cfe:us-west1:serverless-django-cfe-2 -credential_file=C:\Users\cfe\Dev\serverless-django\db\key.json
5 changes: 4 additions & 1 deletion scripts/db_proxy.sh
@@ -1 +1,4 @@
/Users/cfe/cloud_sql_proxy
/Users/cfe/cloud_sql_proxy -instances=serverless-cfe:us-west1:serverless-django-cfe-2=tcp:6543 -credential_file=/Users/cfe/Dev/serverless-django/db/key.json


# 5432

0 comments on commit b2d8ab4

Please sign in to comment.