Created
November 18, 2016 18:48
-
-
Save ipmb/5509b07fac811b60cc4ae999fe46c1ca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# er/sites/site1.sls | |
SITE_ID: 14 | |
EMAIL: [email protected] | |
LOG_FILE_DIR: /var/log/er_site1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include: | |
- er.sites.site1: | |
defaults: | |
DATABASE_URL: "postgres://er:er@localhost:5432/er" | |
key: site1_env | |
- er.sites.site2: | |
defaults: | |
DATABASE_URL: "postgres://er:er@localhost:5432/er" | |
key: site2_env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment