-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'cache-geojson' of github.com:dwnoble/website into cache…
…-geojson
- Loading branch information
Showing
135 changed files
with
206,412 additions
and
29,631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,27 @@ | ||
FLASK_ENV=custom | ||
USE_CLOUDSQL=true | ||
ENABLE_MODEL=true | ||
GOOGLE_CLOUD_PROJECT= | ||
|
||
# API key for accessing the base Data Commons API. | ||
DC_API_KEY= | ||
# API key for accessing Maps and Places APIs for exploration tools. | ||
MAPS_API_KEY= | ||
GCS_DATA_PATH= | ||
# Use Google Cloud SQL as the database. | ||
USE_CLOUDSQL=true | ||
# The project ID of the Google Cloud Platform project for the custom Data Commons. | ||
GOOGLE_CLOUD_PROJECT= | ||
# The name of the Cloud SQL instance, in the form <PROJECT_ID>:<LOCATION>:<INSTANCE_ID>. | ||
CLOUDSQL_INSTANCE= | ||
# The name of the Google Cloud SQL database. | ||
DB_NAME=datacommons | ||
# The name of a database user configured to access the Cloud SQL instance. It may be root or another user you have configured. | ||
DB_USER= | ||
# The password of the user specified in DB_USER. | ||
DB_PASS= | ||
ADMIN_SECRET= | ||
# (Optional) If used, the Redis Memorystore instance IP address. | ||
REDIS_HOST= | ||
# The data path of the files stored in Google Cloud Storage, in the form gs://<BUCKET>/<FOLDER>/. | ||
GCS_DATA_PATH= | ||
# (Optional) Secret token to authorize users to perform /admin page operations. | ||
ADMIN_SECRET= | ||
# Enable embeddings generation and natural language querying. | ||
ENABLE_MODEL=true | ||
# The name of the parent directory for custom CSS, JS, HTML and image files. | ||
FLASK_ENV=custom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
FLASK_ENV=custom | ||
USE_SQLITE=true | ||
ENABLE_MODEL=true | ||
# API key for accessing the base Data Commons API. | ||
DC_API_KEY= | ||
# API key for accessing Maps and Places APIs for exploration tools. | ||
MAPS_API_KEY= | ||
ADMIN_SECRET= | ||
# Use local SQLite as the database. | ||
USE_SQLITE=true | ||
# (Optional) Secret token to authorize users to perform /admin page operations. | ||
ADMIN_SECRET= | ||
# Enable embeddings generation and natural language querying. | ||
ENABLE_MODEL=true | ||
# The name of the parent directory for custom CSS, JS, HTML and image files. | ||
FLASK_ENV=custom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.