Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 03dbbbb

Browse filesBrowse files
carieshmarieJon Wayne Parrott
authored andcommitted
Update app.yaml (GoogleCloudPlatform#382)
Replace specific region (us-central1) with a REGION placeholder.
1 parent f177bf5 commit 03dbbbb
Copy full SHA for 03dbbbb

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎appengine/flexible/cloudsql/app.yaml

Copy file name to clipboardExpand all lines: appengine/flexible/cloudsql/app.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ env_variables:
1010
# Replace user, password, database, project, and instance with the values obtained
1111
# when configuring your Cloud SQL instance.
1212
SQLALCHEMY_DATABASE_URI: >-
13-
mysql+pymysql://USER:PASSWORD@/DATABASE?unix_socket=/cloudsql/PROJECT:us-central1:INSTANCE
13+
mysql+pymysql://USER:PASSWORD@/DATABASE?unix_socket=/cloudsql/PROJECT:REGION:INSTANCE
1414
#[END env]
1515

1616
#[START cloudsql_settings]
1717
# Replace project and instance with the values obtained when configuring your
1818
# Cloud SQL instance.
1919
beta_settings:
20-
cloud_sql_instances: PROJECT:us-central1:INSTANCE
20+
cloud_sql_instances: PROJECT:REGION:INSTANCE
2121
#[END cloudslq_settings]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.