sto-k-odnomu/backend/.env.example
2026-01-03 17:07:04 +03:00

4 lines
133 B
Text

DATABASE_URL="postgresql://user:password@localhost:5432/dbname"
JWT_SECRET="change-me"
PORT=3000
CORS_ORIGIN="http://localhost:5173"