🐛 Bug fixes
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user