chore: prepare portable postgres development environment

This commit is contained in:
2026-09-18 17:30:42 +08:00
parent 0e8b8e1591
commit f2687c502a
4 changed files with 54 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
NODE_ENV=development
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/personal_brand
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=personal_brand
POSTGRES_PORT=5432
API_PORT=3001
ADMIN_PORT=3000
SESSION_SECRET=replace-with-a-long-random-value