Add `TIME_ZONE` configuration to EB documentation

This commit is contained in:
Christopher C. Wells 2020-01-31 08:45:21 -08:00 committed by Christopher Charbonneau Wells
parent c56d414d8c
commit dcce3c5ee7
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ option_settings:
aws:elasticbeanstalk:application:environment:
DJANGO_SETTINGS_MODULE: babybuddy.settings.eb
SECRET_KEY: CHANGETOSOMETHINGRANDOM
TIME_ZONE: Etc/UTC
aws:elasticbeanstalk:container:python:staticfiles:
'/static/': 'static/'
aws:elasticbeanstalk:container:python:

View File

@ -61,7 +61,7 @@ for detailed information.
cd babybuddy
1. Change the `SECRET_KEY` value to something random in `.ebextensions/babybuddy.config`
1. Set the `SECRET_KEY` and `TIME_ZONE` values in `.ebextensions/babybuddy.config`
1. [Create an IAM user](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html) in AWS with EB, EC2, RDS and S3 privileges.