We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c83f80 commit 4406a0aCopy full SHA for 4406a0a
manager/database/postgres.go
@@ -31,7 +31,7 @@ import (
31
func newPostgres(cfg *config.Config) (*gorm.DB, error) {
32
postgresCfg := &cfg.Database.Postgres
33
34
- // Format dsn string.
+ // Format DSN string.
35
dsn := formatPostgresDSN(postgresCfg)
36
37
// Connect to postgres.
0 commit comments