Rename window.env to window.config
Also normalize to camelCase for configs. // FREEBIE
This commit is contained in:
parent
75f4c3c522
commit
c83dbc1bf0
8 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"SERVER_URL": "https://textsecure-service-staging.whispersystems.org",
|
||||
"serverUrl": "https://textsecure-service-staging.whispersystems.org",
|
||||
"storageProfile": "development",
|
||||
"disableAutoUpdate": true,
|
||||
"openDevTools": true
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"SERVER_URL": "https://textsecure-service-ca.whispersystems.org"
|
||||
"serverUrl": "https://textsecure-service-ca.whispersystems.org"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"SERVER_URL": "https://textsecure-service-staging.whispersystems.org",
|
||||
"serverUrl": "https://textsecure-service-staging.whispersystems.org",
|
||||
"storageProfile": "staging",
|
||||
"disableAutoUpdate": true,
|
||||
"openDevTools": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue