Skip to content

Instantly share code, notes, and snippets.

@jalada
Created October 15, 2012 12:57
Show Gist options
  • Save jalada/3892328 to your computer and use it in GitHub Desktop.
Save jalada/3892328 to your computer and use it in GitHub Desktop.
defaults: &defaults
example:
bing: "my dev key"
foo: "bar"
development:
<<: *defaults
production:
<<: *defaults
example:
bing: <%= ENV["EXAMPLE_KEY"] %>
foo: <%= ENV["FOO_BAR"] %>
Now you can access AppConfig in the app like:
AppConfig.example.bing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment