Umstellung auf ACL
This commit is contained in:
parent
c7fccd46d9
commit
06f349d1c3
|
|
@ -14,11 +14,11 @@ export class RedisService {
|
|||
private redis = new Redis({
|
||||
port: 6379, // Der TLS-Port von Redis
|
||||
host: '2.56.188.138',
|
||||
tls: {
|
||||
// Pfad zu lokalen Kopien der Redis-Zertifikatdateien
|
||||
key: fs.readFileSync('/home/aknuth/ssl/private/redis.key'),
|
||||
cert: fs.readFileSync('/home/aknuth/ssl/certs/redis.crt')
|
||||
}
|
||||
password: 'bizmatchRedis:5600Wuppertal11', // ACL Benutzername und Passwort
|
||||
// tls: {
|
||||
// key: fs.readFileSync('/home/aknuth/ssl/private/redis.key'),
|
||||
// cert: fs.readFileSync('/home/aknuth/ssl/certs/redis.crt')
|
||||
// }
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue