mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 05:57:04 +03:00
Disable ssl
This commit is contained in:
@@ -76,10 +76,7 @@ addDefaults(config, {
|
|||||||
user: "",
|
user: "",
|
||||||
host: "",
|
host: "",
|
||||||
password: "",
|
password: "",
|
||||||
port: 5432,
|
port: 5432
|
||||||
ssl: {
|
|
||||||
rejectUnauthorized: false
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
postgresReadOnly: {
|
postgresReadOnly: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
@@ -87,10 +84,7 @@ addDefaults(config, {
|
|||||||
user: "",
|
user: "",
|
||||||
host: "",
|
host: "",
|
||||||
password: "",
|
password: "",
|
||||||
port: 5432,
|
port: 5432
|
||||||
ssl: {
|
|
||||||
rejectUnauthorized: false
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
dumpDatabase: {
|
dumpDatabase: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user