forked from GoldenChrysus/ffxiv-ember-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env-cmdrc.sample
24 lines (24 loc) · 846 Bytes
/
.env-cmdrc.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"default": {
"REACT_APP_ROUTER_BASE": "/path/to/app",
"REACT_APP_HTTP_BASE": "/path/to/app",
"REACT_APP_VERSION": "0.1.0",
"REACT_APP_GITHUB_URL": "https://github.com/username/repository",
"REACT_APP_DISCORD_URL": "https://discord.gg/invite",
"REACT_APP_AUTHOR_URL": "https://yourwebsite.com",
"REACT_APP_CHANGELOG_URL": "https://github.com/username/repository/blob/master/CHANGELOG.md",
"REACT_APP_TWITCH_API_CLIENT_ID": "abcdefghijklmnopqrstuvwxyz1234"
},
"development": {
"REACT_APP_PAGE_TITLE": "Development Environment",
"REACT_APP_GOOGLE_TAG_MANAGER_ID": "GTM-ABCDEF3"
},
"staging": {
"REACT_APP_PAGE_TITLE": "Staging Environment",
"REACT_APP_GOOGLE_TAG_MANAGER_ID": "GTM-ABCDEF2"
},
"production": {
"REACT_APP_PAGE_TITLE": "Production Environment",
"REACT_APP_GOOGLE_TAG_MANAGER_ID": "GTM-ABCDEF1"
}
}