Use production config in production and dev config in dev.

This commit is contained in:
yackob03 2013-09-30 23:54:12 -04:00
parent 25c4054c19
commit 67147240b6
4 changed files with 28 additions and 8 deletions

View file

@ -35,4 +35,6 @@ container_commands:
option_settings:
"aws:elasticbeanstalk:container:python:staticfiles":
"/static": "static/"
"/static": "static/"
"aws:elasticbeanstalk:application:environment":
"STACK": "prod"