Created
April 2, 2020 16:47
-
-
Save kevinchisholm/0f49c52632e6bf3ffd325d26e0d1ff24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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