fix4
This commit is contained in:
+5
-5
@@ -1,9 +1,9 @@
|
||||
# ── SQLite (default for local dev) ──
|
||||
DB_DRIVER=sqlite
|
||||
SQLITE_PATH=./data/surprise.db
|
||||
# ── Postgres (default) ──
|
||||
DB_DRIVER=postgres
|
||||
DATABASE_URL=postgres://surprise:surprise_dev_password@localhost:5432/surprise?sslmode=disable
|
||||
|
||||
# ── Postgres (uncomment and set DB_DRIVER=postgres to use) ──
|
||||
# DATABASE_URL=postgres://surprise:surprise_dev_password@localhost:5432/surprise?sslmode=disable
|
||||
# ── SQLite (set DB_DRIVER=sqlite to use) ──
|
||||
# SQLITE_PATH=./data/surprise.db
|
||||
|
||||
PORT=8080
|
||||
CORS_ORIGIN=http://localhost:5173,http://127.0.0.1:5173
|
||||
|
||||
Reference in New Issue
Block a user