updated config defaults

This commit is contained in:
bill bittner 2017-06-13 08:43:56 -07:00
parent 03bd9619a6
commit 51d9f00bc5
3 changed files with 16 additions and 3 deletions

View file

@ -1,8 +1,5 @@
{ {
"WalletConfig": { "WalletConfig": {
"lbryAddress": "LBRY_WALLET_ADDRESS" "lbryAddress": "LBRY_WALLET_ADDRESS"
},
"AnalyticsConfig":{
"googleId": "GOOGLE_ANALYTICS_ID"
} }
} }

8
config/development.json Normal file
View file

@ -0,0 +1,8 @@
{
"WalletConfig": {
"lbryAddress": "none"
},
"AnalyticsConfig":{
"googleId": "UA-100747990-1"
}
}

8
config/production.json Normal file
View file

@ -0,0 +1,8 @@
{
"WalletConfig": {
"lbryAddress": "none"
},
"AnalyticsConfig":{
"googleId": "UA-60403362-2"
}
}