mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
parent
5395687f73
commit
35ab85b2a2
|
@ -3,3 +3,5 @@ packages:
|
|||
git: []
|
||||
postgresql94-devel: []
|
||||
libjpeg-turbo-devel: []
|
||||
libffi: []
|
||||
libffi-devel: []
|
||||
|
|
|
@ -10,7 +10,7 @@ option_settings:
|
|||
REDIS_ENDPOINT_ADDRESS: '`{ "Fn::GetAtt" : [ "MyElastiCache", "RedisEndpoint.Address"]}`'
|
||||
REDIS_PORT: '`{ "Fn::GetAtt" : [ "MyElastiCache", "RedisEndpoint.Port"]}`'
|
||||
"aws:elasticbeanstalk:container:python":
|
||||
WSGIPath: "config/wsgi.py"
|
||||
WSGIPath: config/wsgi.py
|
||||
NumProcesses: 3
|
||||
NumThreads: 20
|
||||
"aws:elasticbeanstalk:container:python:staticfiles":
|
||||
|
|
Loading…
Reference in New Issue
Block a user