Configure app/build using node config
Add environment-specific configs under `./config` and integrate with the build system. Also changes package.json `files` from blacklist to whitelist. // FREEBIEpull/749/head
parent
34042415e9
commit
7e1bee1082
@ -0,0 +1,4 @@
|
||||
{
|
||||
"disableAutoUpdate": false,
|
||||
"openDevTools": false
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"SERVER_URL": "https://textsecure-service-staging.whispersystems.org",
|
||||
"storageProfile": "development",
|
||||
"disableAutoUpdate": true,
|
||||
"openDevTools": true
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"SERVER_URL": "https://textsecure-service-ca.whispersystems.org"
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"SERVER_URL": "https://textsecure-service-staging.whispersystems.org",
|
||||
"storageProfile": "staging",
|
||||
"disableAutoUpdate": true,
|
||||
"openDevTools": true
|
||||
}
|
Loading…
Reference in New Issue