Skip to content

Instantly share code, notes, and snippets.

@ipmb
Created November 18, 2016 18:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipmb/5509b07fac811b60cc4ae999fe46c1ca to your computer and use it in GitHub Desktop.
Save ipmb/5509b07fac811b60cc4ae999fe46c1ca to your computer and use it in GitHub Desktop.
# er/sites/site1.sls
SITE_ID: 14
EMAIL: support@site1.com
LOG_FILE_DIR: /var/log/er_site1
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