lite-start

This commit is contained in:
2026-02-19 16:43:48 +05:00
parent 654ad5a97e
commit ee644609b8
12 changed files with 543 additions and 12 deletions

5
.env Normal file
View File

@@ -0,0 +1,5 @@
# Настройки базы данных
DB_USER=postgres
DB_PASS=secretpassword
DB_NAME=test_db
DB_PORT=5432