Skip to content

Instantly share code, notes, and snippets.

@femmerling
Created June 18, 2016 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save femmerling/769ef7c004ddd1d03f24c559466cc195 to your computer and use it in GitHub Desktop.
Save femmerling/769ef7c004ddd1d03f24c559466cc195 to your computer and use it in GitHub Desktop.
Example Yaml file for MotherNature use
COMMON:
DEBUG: false
TESTING: false
IS_PRODUCTION: False
TEST:
TESTING: true
DEVELOPMENT:
DEBUG: true
TESTING: false
STAGING:
DEBUG: true
TESTING: false
PRODUCTION:
IS_PRODUCTION: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment