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