We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a2883 commit 98b9e90Copy full SHA for 98b9e90
load_env.py
@@ -9,7 +9,7 @@ def update_zappa_settings():
9
"DB_USER": config('DB_USER'),
10
"DB_PORT": config('DB_PORT'),
11
"DB_PASSWORD": config('DB_PASSWORD'),
12
- "CLOUD_NAME": config('CLOUD_NAME'),
+ "AWS_STORAGE_BUCKET_NAME": config('AWS_STORAGE_BUCKET_NAME'),
13
"API_KEY": config('API_KEY'),
14
"API_SECRET": config('API_SECRET'),
15
}
0 commit comments