This commit is contained in:
zhangkun9038@dingtalk.com 2025-11-26 23:30:43 +08:00
parent cbfdcf4cd7
commit a6fd6587e5
2 changed files with 10 additions and 17 deletions

View File

@ -61,8 +61,15 @@
],
"fee": 0.0008,
"api_server": {
"enabled": true,
"listen_ip_address": "0.0.0.0",
"listen_port": 8080
"enabled": true,
"listen_ip_address": "0.0.0.0",
"listen_port": 8080,
"verbosity": "error",
"enable_openapi": false,
"jwt_secret_key": "6a599ab046dbb419014807dffd7b8823bfa7e5df56b17d545485deb87331b4ca",
"ws_token": "6O5pBDiRigiZrmIsofaE2rkKMJtf9h8zVQ",
"CORS_origins": [],
"username": "freqAdmin",
"password": "admin"
}
}

View File

@ -24,20 +24,6 @@
"use_order_book": true,
"order_book_top": 1
},
"exchange": {
"name": "okx",
"key": "cbda9fde-b9e3-4a2d-94f9-e5c3705dfb5c",
"secret": "CD3B7DB459CBBD540E0926E5C48150E1",
"password": "c^-d:g;P2S9?Q#^",
"enable_ws": false,
"ccxt_config": {
"enableRateLimit": true,
"rateLimit": 500,
"options": {
"defaultType": "spot"
}
}
},
"pairlists": [{"method": "StaticPairList"}],
"bot_name": "ETH-1500to4500-Grid"
}