Files
labweb/.env
2025-12-18 16:39:53 +08:00

13 lines
379 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
POSTGRES_USER=ABM_DB_user
POSTGRES_PASSWORD=4FynWQfy0AEotP1dgyimrGF7PSDJh1nDYnDwg4hN
POSTGRES_DB=ABM_DB
PGHOST=postgres
PGPORT=5432
PGUSER=ABM_DB_user
PGPASSWORD=4FynWQfy0AEotP1dgyimrGF7PSDJh1nDYnDwg4hN
PGDATABASE=ABM_DB
# 如果你要用 DATABASE_URL也要 $$
# DATABASE_URL=postgresql+asyncpg://ABM_DB_user:4FynWQfy0AEotP1dgyimrGF7PSDJh1nDYnDwg4hN@postgres:5432/ABM_DB