Skip to content

Commit 35b254b

Browse files
committed
fetch cache bucket name from gcp env
1 parent bc25477 commit 35b254b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/webapp/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"INITIAL_API_KEY_ID": "",
1616
"CATALOG_NAME": "",
1717
"SQL_WAREHOUSE_ID": "",
18-
"GCP_CACHE_BUCKET": "",
1918
}
2019

2120
# The INSTANCE_HOST is the private IP of CLoudSQL instance e.g. '127.0.0.1' ('172.17.0.1' if deployed to GAE Flex)
@@ -52,6 +51,7 @@
5251
"DATABRICKS_HOST_URL": "",
5352
# The service account that is used in Databricks to access GCP buckets.
5453
"DATABRICKS_SERVICE_ACCOUNT_EMAIL": "",
54+
"GCP_CACHE_BUCKET": "",
5555
}
5656

5757

0 commit comments

Comments
 (0)