Created
January 24, 2017 12:09
-
-
Save mtrl/6a51c1f315350ab1af33043fdee78409 to your computer and use it in GitHub Desktop.
sample.config.ts
This file contains 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
export let data = { | |
"ApiUrl" : "http://my.dev", | |
"LogLevel": "DEBUG", // OFF, ERROR, WARN, INFO, DEBUG, LOG | |
"AnalyticsId": "UA-XXXX-XX", | |
"TermsBlerb": "Some TCs." | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment