briandilley / ebs-deploy

Python based command line tools for managing Amazon Elastic Beanstalk applications.
MIT License
82 stars 29 forks source link

environment variables are replaced in conf file #8

Closed adamfeuer closed 10 years ago

adamfeuer commented 10 years ago

Environment variables of the form ${VARIABLE} are replaced with their contents before loading the configuration file - this is to allow keys, secrets, and passwords that should not be checked into source control to be referenced in the configuration file.