10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
# Server Configuration
|
|
NODE_ENV=development
|
|
PORT=3003
|
|
|
|
# Authentication
|
|
JWT_SECRET=your-secret-key-here
|
|
DASHBOARD_PASSWORD=your-dashboard-password-here
|
|
|
|
# Cookie Settings
|
|
COOKIE_DOMAIN=localhost # In production: .kent.pw |