7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
|
|
DATABASE_URL="file:/app/prisma/dev.db"
|
||
|
|
NODE_ENV=production
|
||
|
|
PORT=3001
|
||
|
|
JWT_SECRET="your-secret-key-here"
|
||
|
|
JWT_EXPIRES_IN="7d"
|
||
|
|
FRONTEND_URL="http://your-server-ip:8080"
|