This commit is contained in:
2025-10-04 15:50:33 +08:00
parent 2a2209020d
commit 761b784419
4 changed files with 25 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ Host: 0.0.0.0
Port: 8888
Database:
DSN: "host=localhost port=5432 user=postgres password=your_password dbname=steam_union sslmode=disable"
DSN: "${DATABASE_DSN}" # postgres: host=localhost port=5432 user=postgres password=your_password dbname=steam_union sslmode=disable