Files
pos/server/.env.example
T

7 lines
142 B
Bash
Raw Normal View History

PORT=8080
NODE_ENV=development
DATABASE_URL=file:./dev.db
JWT_SECRET=change-me-in-production
LOG_LEVEL=info
CORS_ORIGIN=http://localhost:5173