updated config defaults
This commit is contained in:
parent
03bd9619a6
commit
51d9f00bc5
3 changed files with 16 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
|||
{
|
||||
"WalletConfig": {
|
||||
"lbryAddress": "LBRY_WALLET_ADDRESS"
|
||||
},
|
||||
"AnalyticsConfig":{
|
||||
"googleId": "GOOGLE_ANALYTICS_ID"
|
||||
}
|
||||
}
|
8
config/development.json
Normal file
8
config/development.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"WalletConfig": {
|
||||
"lbryAddress": "none"
|
||||
},
|
||||
"AnalyticsConfig":{
|
||||
"googleId": "UA-100747990-1"
|
||||
}
|
||||
}
|
8
config/production.json
Normal file
8
config/production.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"WalletConfig": {
|
||||
"lbryAddress": "none"
|
||||
},
|
||||
"AnalyticsConfig":{
|
||||
"googleId": "UA-60403362-2"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue