Files
stock-listing-app/.env.example
T

9 lines
263 B
Bash
Raw Normal View History

2026-07-29 11:50:08 +00:00
# Custom health check message
PING_MESSAGE=pong
# Skip login/signup (local dev / preview only)
# AUTH_DISABLED=true
# Postgres connection (local dev: Docker container "stocklist-postgres")
# DATABASE_URL=postgres://stocklist:<password>@127.0.0.1:5432/stocklist