Skip to content

Instantly share code, notes, and snippets.

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 kevinchisholm/0f49c52632e6bf3ffd325d26e0d1ff24 to your computer and use it in GitHub Desktop.
Save kevinchisholm/0f49c52632e6bf3ffd325d26e0d1ff24 to your computer and use it in GitHub Desktop.
// DEV/TEST
{
"message" : "this is a static message / this is a dynamic DEV/TEST message"
}
// PROD
{
"message" : "this is a static message / this is a dynamic PROD message"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment