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