From 21be9b40b7f23b14ee2ed5ffb6111964ec9c9e53 Mon Sep 17 00:00:00 2001 From: DiTus Date: Thu, 30 Jul 2026 22:15:57 +0200 Subject: [PATCH] Add PG_CONN_STR to .env.example for host-side PostgreSQL connection --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.example b/.env.example index 1e508fa..2727ff1 100644 --- a/.env.example +++ b/.env.example @@ -19,6 +19,11 @@ AGENT_PRIVATE_KEY= # Optional: CoinGecko API key to reduce rate limits for market cap fetches COINGECKO_API_KEY= +# PostgreSQL connection string (for host-side scripts: indicators, strategies) +# When running in Docker, this is set in .env.docker +# Example: PG_CONN_STR=postgresql://hyper:your_password@localhost:5432/hyper +PG_CONN_STR= + # Optional: Set a custom environment for development/testing # E.g., DEBUG=true DEBUG=