🐛 Bug fixes

This commit is contained in:
2024-06-01 22:15:41 +08:00
parent 2b131982b8
commit a1aa418496
3 changed files with 9 additions and 10 deletions

View File

@@ -26,12 +26,12 @@ access_token_duration = 300
refresh_token_duration = 2592000
[database]
dsn = "host=localhost dbname=hy_paperclip port=5432 sslmode=disable"
dsn = "host=localhost user=postgres password=password dbname=hy_paperclip port=5432 sslmode=disable"
prefix = "paperclip_"
[destinations.local]
type = "local"
path = "uploads"
path = "/uploads"
[destinations.s3]
type = "s3"