Skip to content

Commit eabb3eb

Browse files
committed
chore(fly): add GEE identifiers, CORS origins, and dev-key flag to env
1 parent a9c20f0 commit eabb3eb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

fly.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ primary_region = 'lhr'
2323
[env]
2424
PYTHONUNBUFFERED = '1'
2525
OMP_NUM_THREADS = '1'
26+
GEE_SERVICE_ACCOUNT = 'climatevision-gee@kinos-473422.iam.gserviceaccount.com'
27+
GEE_PROJECT_ID = 'kinos-473422'
28+
CLIMATEVISION_ALLOW_DEV_KEY = '0'
29+
CLIMATEVISION_CORS_ORIGINS = 'https://climatevision.green,https://www.climatevision.green,https://climatevision-green.fly.dev'
2630
# Four slashes = absolute path (/app/outputs/...). Three slashes would be
2731
# parsed as a relative path and cause "unable to open database file".
2832
DATABASE_URL = 'sqlite:////app/outputs/climatevision.sqlite3'

0 commit comments

Comments
 (0)