From 24aabbaea110974bf76f3d3fa8034b6f6beecd4f Mon Sep 17 00:00:00 2001 From: nick Date: Sat, 2 Dec 2023 12:21:42 +0000 Subject: [PATCH] Upload files to "/" --- config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..abd70bc --- /dev/null +++ b/config.json @@ -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" + } +}