WTF is that char
This commit is contained in:
parent
ddb01405df
commit
e8509f74d5
@ -857,7 +857,7 @@ func LoadConfig(file string) (*Config, error) {
|
||||
parsedConfig.Section("postgres").MapTo(&psql)
|
||||
if server.StoreBackend == "postgres" {
|
||||
if psql.URL == "" {
|
||||
psql.URL = 'postgres:///?sslmode=prefer'
|
||||
psql.URL = "postgres:///?sslmode=prefer"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user