From 787f7e90f3096e46105a3fca5bc561cea056054b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Fri, 8 May 2026 03:25:10 +0900 Subject: [PATCH] Add environment example --- .env.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..e47ba5b --- /dev/null +++ b/.env.example @@ -0,0 +1,9 @@ +APP_NAME=Trade Autopilot +APP_ENV=local +TRADE_MODE=demo +ENABLE_LIVE_TRADING=false +DEMO_INITIAL_BALANCE=10000 +DEMO_QUOTE_ASSET=USDT +COINEX_API_BASE=https://api.coinex.com/v2 +COINEX_WS_SPOT=wss://socket.coinex.com/v2/spot +DEFAULT_MARKET=BTCUSDT