chore: small improvements

This commit is contained in:
ITQ
2025-11-20 07:34:26 +03:00
parent 52f3072729
commit 8e913479bc
5 changed files with 45 additions and 43 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ port = 8080
access_log = true
[database]
url = "postgresql+psycopg://username:password@host:post/database"
url = "postgresql+psycopg://username:password@host:port/database"
[access_token]
crypto_key = "..."