We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c20f0 commit eabb3ebCopy full SHA for eabb3eb
1 file changed
fly.toml
@@ -23,6 +23,10 @@ primary_region = 'lhr'
23
[env]
24
PYTHONUNBUFFERED = '1'
25
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'
30
# Four slashes = absolute path (/app/outputs/...). Three slashes would be
31
# parsed as a relative path and cause "unable to open database file".
32
DATABASE_URL = 'sqlite:////app/outputs/climatevision.sqlite3'
0 commit comments