Skip to content

Instantly share code, notes, and snippets.

@Maciek416
Last active December 22, 2015 23:08
Show Gist options
  • Save Maciek416/5534e46c5c432fedea56 to your computer and use it in GitHub Desktop.
Save Maciek416/5534e46c5c432fedea56 to your computer and use it in GitHub Desktop.
{
"local": {
"SOMEVAR1": "123_local",
"SOMEVAR2": "asdf banana",
"SOMEVAR3": "hello world"
},
"production": {
"SOMEVAR1": "123_prod",
"SOMEVAR2": "asdf serious banana",
"SOMEVAR3": "hello serious world"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment