Skip to content

Instantly share code, notes, and snippets.

@jasonfb
Created May 16, 2016 00:26
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 jasonfb/8a4f51da2c809a9d971a8aad1f26495e to your computer and use it in GitHub Desktop.
Save jasonfb/8a4f51da2c809a9d971a8aad1f26495e to your computer and use it in GitHub Desktop.
common: &test_environment_settings
key: 'xxxxxxxxxxxxxxxx'
password: 'xxxxxxxxxxxxxxxx'
meter: 'xxxxxxxxxxxxxxxx'
account_number: 'xxxxxxxxxxxxxxxx'
company: 'YOUR COMPANY NAME'
care_of: ''
mode: 'test'
production:
key: 'xxxxxxxxxxxxxxxx'
password: 'xxxxxxxxxxxxxxxx'
meter: 'xxxxxxxxxxxxxxxx'
account_number: 'xxxxxxxxxxxxxxxx'
company: 'YOUR COMPANY NAME'
care_of: ''
mode: 'production'
development:
<<: *test_environment_settings
staging:
<<: *test_environment_settings
test:
<<: *test_environment_settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment