style(database/postgres.go): Capitalize DSN in comment (#3993)
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
2c83f80606
commit
4406a0a1b2
|
|
@ -31,7 +31,7 @@ import (
|
||||||
func newPostgres(cfg *config.Config) (*gorm.DB, error) {
|
func newPostgres(cfg *config.Config) (*gorm.DB, error) {
|
||||||
postgresCfg := &cfg.Database.Postgres
|
postgresCfg := &cfg.Database.Postgres
|
||||||
|
|
||||||
// Format dsn string.
|
// Format DSN string.
|
||||||
dsn := formatPostgresDSN(postgresCfg)
|
dsn := formatPostgresDSN(postgresCfg)
|
||||||
|
|
||||||
// Connect to postgres.
|
// Connect to postgres.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue