Первый проект

This commit is contained in:
2026-03-18 14:24:58 +07:00
commit 5cb59a64d5
6 changed files with 1596 additions and 0 deletions

17
.env.example Normal file
View File

@@ -0,0 +1,17 @@
# Сервер
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