mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 12:17:37 +03:00
52c0e071da
Includes: * First pass at Elastic Beanstalk integration * Gets code and elasticache working * Very rudimentary documentation * Includes post hook cleanup
7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
option_settings:
|
|
"aws:elasticbeanstalk:customoption":
|
|
CacheNodeType : cache.t1.micro
|
|
NumCacheNodes : 1
|
|
Engine : redis
|
|
CachePort : 6379
|