From d21147706c20e1cb79c2fc64c3dad75f314c020c 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:32:05 +0900 Subject: [PATCH] Add database and redis environment variables --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index e47ba5b..323c608 100644 --- a/.env.example +++ b/.env.example @@ -7,3 +7,5 @@ DEMO_QUOTE_ASSET=USDT COINEX_API_BASE=https://api.coinex.com/v2 COINEX_WS_SPOT=wss://socket.coinex.com/v2/spot DEFAULT_MARKET=BTCUSDT +DATABASE_URL=postgresql+psycopg://trade:trade@postgres:5432/trade +REDIS_URL=redis://redis:6379/0