You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
474 B

{
"server":{
"url":"0.0.0.0|127.0.0.1|localhost",
"port":3000,
"frontend":true
},
"monero": {
"daemon":{
"url":"0.0.0.0|127.0.0.1|localhost|remote node ip",
"port":38081,
"username":"",
"password":""
},
"wallet":{
"primary_address":"",
"network":"mainnet|stagenet|testnet",
"password": "very strong password here",
"restore_height": 0,
"private_spend": ""
},
"currency":"USD"
}
}