Upload files to "/"
This commit is contained in:
parent
951547356d
commit
24aabbaea1
22
config.json
Normal file
22
config.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"btcpay": {
|
||||
"instance": "https://btcpay.kosmos.org",
|
||||
"store_id": "BLt2tAvgDHaYL6eCpbcNTybaPEUS6cYBCoXZLMBw8APg",
|
||||
"api_key": "8daa71e669ca230acd5fb437fee6cfdd659c92f6"
|
||||
},
|
||||
"database": {
|
||||
"path": "elerium_orders.db",
|
||||
"logging": "elerium_logging.log"
|
||||
},
|
||||
"bitcoin_cli": {
|
||||
"path": "bitcoin-cli",
|
||||
"data_dir": "-datadir=/media/n/backup/bitcoin-core/bitcoin-25.0/data",
|
||||
"rpc_port": "-rpcport=18332"
|
||||
},
|
||||
"ord_command": {
|
||||
"rpc_user": "--bitcoin-rpc user USER",
|
||||
"rpc_pass": "--bitcoin-rpc-pass PASS",
|
||||
"cookie_file": "--cookie-file=/media/n/backup/bitcoin-core/bitcoin-25.0/data/testnet3/.cookie",
|
||||
"testnet": "--testnet"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user