2
This commit is contained in:
17
.env
17
.env
@@ -1,17 +0,0 @@
|
||||
# Environment
|
||||
NODE_ENV=development
|
||||
|
||||
# Server
|
||||
PORT=3000
|
||||
SESSION_SECRET=your-secret-key-change-this-in-production
|
||||
|
||||
# Database Configuration
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_NAME=postgres
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=postgres
|
||||
|
||||
# Admin credentials for first login
|
||||
ADMIN_EMAIL=admin@example.com
|
||||
ADMIN_PASSWORD=admin123
|
||||
Reference in New Issue
Block a user