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