Add PG_CONN_STR to .env.example for host-side PostgreSQL connection
This commit is contained in:
@ -19,6 +19,11 @@ AGENT_PRIVATE_KEY=
|
|||||||
# Optional: CoinGecko API key to reduce rate limits for market cap fetches
|
# Optional: CoinGecko API key to reduce rate limits for market cap fetches
|
||||||
COINGECKO_API_KEY=
|
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
|
# Optional: Set a custom environment for development/testing
|
||||||
# E.g., DEBUG=true
|
# E.g., DEBUG=true
|
||||||
DEBUG=
|
DEBUG=
|
||||||
|
|||||||
Reference in New Issue
Block a user