Initial commit — Умный Байт landing

This commit is contained in:
2026-05-13 09:32:45 +03:00
commit 9e21350def
37 changed files with 1950 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# PostgreSQL
DB_HOST=localhost
DB_PORT=5432
DB_USER=umbyte
DB_PASSWORD=umbyte_dev_password
DB_NAME=umbyte
# Backend
NODE_ENV=development
PORT=3000
JWT_SECRET=change-me-in-production-please-use-long-random-string
ADMIN_INITIAL_PASSWORD=admin
# Frontend (build-time)
VITE_API_URL=http://localhost:3000