Skip to content

Instantly share code, notes, and snippets.

@femmerling
Created June 18, 2016 12:10
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/aab3a23962c90cbcb864fcd35858be90 to your computer and use it in GitHub Desktop.
Save femmerling/aab3a23962c90cbcb864fcd35858be90 to your computer and use it in GitHub Desktop.
MotherNature Example without default variable
from mothernature import Environment
env = Environment("config.yml")
# This will provide the config based on the environment you set when starting the application
# and then you can do
test_env.get("DB_CONNECTION")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment