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