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.
openmonero/config/config.json

44 lines
1.0 KiB

{
"frontend-url": "http://127.0.0.1",
"daemon-url" :
{
"mainnet" : "http:://127.0.0.1:18081",
"testnet" : "http:://127.0.0.1:28081"
},
"blockchain-path" :
{
7 years ago
"_comment": "if paths are empty, default Monero paths will be used",
"mainnet" : "",
"testnet" : ""
},
"database" :
{
"dbname" : "openmonero",
"password" : "some_1_sercret_55",
"url" : "127.0.0.1",
"user" : "openmonero"
},
"wallet_import" :
{
"fee" : 10000000000,
"testnet" :
{
"address" : "9tzmPMTViHYM3z6NAgQni1Qm1Emzxy5hQFibPgWD3LVTAz91yok5Eni1pH6zKhBHzpTU15GZooPHSGHXFvFuXEdmEG2sWAZ",
"viewkey" : "ae6184287ca791609844f140b8502ccfa2223c04c8699cf31fcd0af1f1d0be08"
},
"mainnet" :
{
"address" : "",
"viewkey" : ""
}
},
"refresh_block_status_every_seconds" : 10,
"search_thread_life_in_seconds" : 600,
"ssl" :
{
"enable" : false,
"_comment": "below paths to crt and key files need to be given",
"ssl-crt": "",
"ssl-key": ""
}
}