mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 10:52:18 +00:00
remove ratios
This commit is contained in:
@@ -189,7 +189,7 @@ func (c Config) String(useAdmin bool) string {
|
||||
"port=" + strconv.Itoa(int(c.Port)),
|
||||
"user=" + user.Username,
|
||||
"dbname=" + c.Database,
|
||||
"application_name=zitadel",
|
||||
"application_name=" + dialect.DefaultAppName,
|
||||
"sslmode=" + user.SSL.Mode,
|
||||
}
|
||||
if c.Options != "" {
|
||||
|
||||
Reference in New Issue
Block a user