mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
Disable ssl
This commit is contained in:
parent
86e61c778c
commit
c6868fa839
1 changed files with 2 additions and 8 deletions
|
@ -76,10 +76,7 @@ addDefaults(config, {
|
|||
user: "",
|
||||
host: "",
|
||||
password: "",
|
||||
port: 5432,
|
||||
ssl: {
|
||||
rejectUnauthorized: false
|
||||
}
|
||||
port: 5432
|
||||
},
|
||||
postgresReadOnly: {
|
||||
enabled: false,
|
||||
|
@ -87,10 +84,7 @@ addDefaults(config, {
|
|||
user: "",
|
||||
host: "",
|
||||
password: "",
|
||||
port: 5432,
|
||||
ssl: {
|
||||
rejectUnauthorized: false
|
||||
}
|
||||
port: 5432
|
||||
},
|
||||
dumpDatabase: {
|
||||
enabled: false,
|
||||
|
|
Loading…
Reference in a new issue