|
@@ -11,7 +11,7 @@ const account_config = {
|
|
|
TOKEN_GAS_PRICE: '10000000000',
|
|
|
TRANSFER_GAS: true,
|
|
|
FEISHU_URL: 'https://open.feishu.cn/open-apis/bot/v2/hook/18dfe21f-b1bd-46ca-a8c7-c85e1c84f02d',
|
|
|
- CZZ_BASEURL: "https://internal-block-payout-test.denet.me",
|
|
|
+ CZZ_BASEURL: "http://internal-block-payout-test.denet.me",
|
|
|
// CZZ_BASEURL: "https://internal-block-payout.denet.me",
|
|
|
STATISTICS_URL: 'https://testapi.denetme.net/denet/wallet/stat/getMoneyStat?date='
|
|
|
}
|
|
@@ -49,10 +49,10 @@ const http_log_report_config = {
|
|
|
// 设置数据库配置文件
|
|
|
const db_config = {
|
|
|
mysql: {
|
|
|
- DATABASE: 'denet_chain', //数据库名称
|
|
|
- DATABASE_MY_NODE: 'bnb_block_sync', //自建 node 存储
|
|
|
- TABLENAME: 'user_key_manage', //表名
|
|
|
- USERNAME: 'denet', //用户名
|
|
|
+ DATABASE: 'denet_chain', //数据库名称
|
|
|
+ DATABASE_MY_NODE: 'bnb_block_sync', //自建 node 存储
|
|
|
+ TABLENAME: 'user_key_manage', //表名
|
|
|
+ USERNAME: 'denet', //用户名
|
|
|
PASSWORD: 'cyber#Together_2022', //密码
|
|
|
PORT: '3306', //连接的端口
|
|
|
HOST: 'denet-test.csi2lctklqzg.us-east-1.rds.amazonaws.com', //host
|
|
@@ -114,5 +114,4 @@ module.exports = {
|
|
|
logger_config,
|
|
|
http_log_report_config,
|
|
|
cryppt_config,
|
|
|
-}
|
|
|
-
|
|
|
+}
|