Commit 1f9ca28 1 parent 7e99a40 commit 1f9ca28 Copy full SHA for 1f9ca28
File tree 2 files changed +6
-8
lines changed
museum_of_dreams_project/settings
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11
11
12
12
ALLOWED_HOSTS = [
13
13
"museumofdreamworlds.eu-west-2.elasticbeanstalk.com" ,
14
- "3.11.242.245" ,
15
14
"museumofdreamworlds.org" ,
16
15
]
17
16
29
28
AWS_QUERYSTRING_AUTH = False # needed by grappelli to work with s3
30
29
31
30
32
- # DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
33
- # STATICFILES_STORAGE = "storages.backends.s3.S3Storage"
31
+ DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
32
+ STATICFILES_STORAGE = "storages.backends.s3.S3Storage"
34
33
35
- # AWS_ACCESS_KEY_ID = os.environ["AWS_ACCESS_KEY_ID"]
36
- # AWS_SECRET_ACCESS_KEY = os.environ["AWS_SECRET_ACCESS_KEY"]
37
- # AWS_STORAGE_BUCKET_NAME = "modprodbucket"
38
- # AWS_S3_REGION_NAME = "eu-west-2"
34
+ AWS_ACCESS_KEY_ID = os .environ ["AWS_ACCESS_KEY_ID" ]
35
+ AWS_SECRET_ACCESS_KEY = os .environ ["AWS_SECRET_ACCESS_KEY" ]
36
+ AWS_STORAGE_BUCKET_NAME = "modprodbucket"
37
+ AWS_S3_REGION_NAME = "eu-west-2"
Original file line number Diff line number Diff line change 5
5
6
6
ALLOWED_HOSTS = [
7
7
"museumofdreams.eu-west-2.elasticbeanstalk.com" ,
8
- "18.171.110.126" ,
9
8
"staging.museumofdreamworlds.org" ,
10
9
]
11
10
GRAPPELLI_ADMIN_TITLE = "Museum of Dreams"
You can’t perform that action at this time.
0 commit comments