This commit is contained in:
2026-03-01 16:53:32 +03:00
parent 67c60bcbb8
commit 186de7af75
5 changed files with 29 additions and 21 deletions
+5 -1
View File
@@ -155,7 +155,11 @@ token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz"
creator_id = 123456789
[database]
url = "postgresql+asyncpg://dutylog:password@localhost:5432/dutylog"
host = "localhost"
port = 5432
user = "postgres"
password = "1234"
database = "dutylog"
```
## 🤝 Вклад в проект