From 87d8a6313c9e4ce50af0b876cf1cfa60a13f45e6 Mon Sep 17 00:00:00 2001 From: lzx <393768033@qq.com> Date: Mon, 27 Oct 2025 16:29:24 +0800 Subject: [PATCH] Remove bin/*.json files from Git tracking --- bin/config.json | 93 ------------------------------------------------- 1 file changed, 93 deletions(-) delete mode 100644 bin/config.json diff --git a/bin/config.json b/bin/config.json deleted file mode 100644 index 2b8b565..0000000 --- a/bin/config.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "sqlite3": { - "msg_path": "./msg.db" - }, - "rmq_config": { - "sub_addr": "amqp://m2pool:m2pool@localhost:5672", - "pay": { - "queue": "pay.auto.queue", - "exchange": "pay.exchange", - "routing": [ - "pay.auto.routing.key" - ] - }, - "topup": { - "queue": "pay.recharge.queue", - "exchange": "pay.exchange", - "routing": [ - "pay.recharge.routing.key" - ] - }, - "withdraw": { - "queue": "pay.withdraw.queue", - "exchange": "pay.exchange", - "routing": [ - "pay.withdraw.routing.key" - ] - }, - "remove": { - "queue": "pay.remove.queue", - "exchange": "pay.exchange", - "routing": [ - "pay.remove.routing.key" - ] - }, - "pay_resp": { - "queue": "pay.auto.return.queue", - "exchange": "pay.exchange", - "routing": [ - "pay.auto.return.routing.key" - ] - }, - "topup_resp": { - "queue": "pay.recharge.return.queue", - "exchange": "pay.exchange", - "routing": [ - "pay.recharge.return.routing.key" - ] - }, - "withdraw_resp": { - "queue": "pay.withdraw.return.queue", - "exchange": "pay.exchange", - "routing": [ - "pay.withdraw.return.routing.key" - ] - }, - "remove_resp": { - "queue": "pay.remove.return.queue", - "exchange": "pay.exchange", - "routing": [ - "pay.remove.return.routing.key" - ] - } - }, - "eth_config": { - "rpcUrl": "http://10.168.3.236:18545", - "wsUrl": "ws://10.168.3.236:18546", - "confirmHeight": 20, - "dbConfig": { - "user": "root", - "password": "Lzx2021@!", - "host": "127.0.0.1", - "port": 3306, - "database": "payment", - "maxOpenConns": 20, - "maxIdleCoons": 20, - "connMaxLife": 120 - } - }, - "tron_config": { - "rpcUrl": "", - "confirmHeight": 20, - "dbConfig": { - "user": "root", - "password": "Lzx2021@!", - "host": "127.0.0.1", - "port": 3306, - "database": "payment", - "maxOpenConns": 20, - "maxIdleCoons": 20, - "connMaxLife": 120 - } - } -} \ No newline at end of file