mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
redis config
This commit is contained in:
parent
362f87bb09
commit
2f2206707a
1 changed files with 2 additions and 2 deletions
|
|
@ -60,9 +60,9 @@ const run = async () => {
|
|||
}
|
||||
|
||||
const connection = new Redis({
|
||||
host: secrets.REDIS_HOST,
|
||||
port: secrets.REDIS_PORT,
|
||||
tls: {
|
||||
host: secrets.REDIS_HOST,
|
||||
port: secrets.REDIS_PORT,
|
||||
cert: secrets.REDIS_CERT,
|
||||
rejectUnauthorized: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue