123412412412412

This commit is contained in:
2026-03-19 15:34:08 +07:00
parent 64711bc54a
commit 1f150bb83c
2 changed files with 62 additions and 636 deletions

28
.env
View File

@@ -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