Files
pos/server/.env.example

7 lines
149 B
Plaintext
Raw Permalink Normal View History

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