Skip to content

Commit 98b9e90

Browse files
committed
cloud name bug
1 parent 46a2883 commit 98b9e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

load_env.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def update_zappa_settings():
99
"DB_USER": config('DB_USER'),
1010
"DB_PORT": config('DB_PORT'),
1111
"DB_PASSWORD": config('DB_PASSWORD'),
12-
"CLOUD_NAME": config('CLOUD_NAME'),
12+
"AWS_STORAGE_BUCKET_NAME": config('AWS_STORAGE_BUCKET_NAME'),
1313
"API_KEY": config('API_KEY'),
1414
"API_SECRET": config('API_SECRET'),
1515
}

0 commit comments

Comments
 (0)