mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-09 21:17:15 +03:00
Disable ssl
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user