🐛 Bug fixes

This commit is contained in:
2024-06-01 22:15:10 +08:00
parent 890148d580
commit 850efcdc8b
2 changed files with 6 additions and 5 deletions

View File

@@ -35,5 +35,5 @@ access_token_duration = 300
refresh_token_duration = 2592000
[database]
dsn = "host=localhost dbname=hy_interactive port=5432 sslmode=disable"
dsn = "host=localhost user=postgres password=password dbname=hy_interactive port=5432 sslmode=disable"
prefix = "interactive_"