mirror of https://github.com/snachodog/mybuddy.git
Add `TIME_ZONE` configuration to EB documentation
This commit is contained in:
parent
c56d414d8c
commit
dcce3c5ee7
|
@ -2,6 +2,7 @@ option_settings:
|
||||||
aws:elasticbeanstalk:application:environment:
|
aws:elasticbeanstalk:application:environment:
|
||||||
DJANGO_SETTINGS_MODULE: babybuddy.settings.eb
|
DJANGO_SETTINGS_MODULE: babybuddy.settings.eb
|
||||||
SECRET_KEY: CHANGETOSOMETHINGRANDOM
|
SECRET_KEY: CHANGETOSOMETHINGRANDOM
|
||||||
|
TIME_ZONE: Etc/UTC
|
||||||
aws:elasticbeanstalk:container:python:staticfiles:
|
aws:elasticbeanstalk:container:python:staticfiles:
|
||||||
'/static/': 'static/'
|
'/static/': 'static/'
|
||||||
aws:elasticbeanstalk:container:python:
|
aws:elasticbeanstalk:container:python:
|
||||||
|
|
|
@ -61,7 +61,7 @@ for detailed information.
|
||||||
|
|
||||||
cd babybuddy
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue