This commit is contained in:
2026-03-18 16:22:05 +07:00
parent 1272d18d87
commit b007f108e2
5 changed files with 13 additions and 76 deletions

View File

@@ -1,17 +0,0 @@
# Сервер
PORT=3000
NODE_ENV=development
# Админ-панель (логин/пароль для входа в веб-интерфейс)
ADMIN_USERNAME=admin
ADMIN_PASSWORD=admin
# PostgreSQL Database Configuration (скрыто от пользователей)
DB_HOST=localhost
DB_PORT=5432
DB_NAME=postgres
DB_USER=postgres
DB_PASSWORD=your_database_password_here
# Сессия
SESSION_SECRET=your_random_secret_key_change_this