mirror of
https://github.com/Discreetly/server.git
synced 2026-01-10 05:18:00 -05:00
test
This commit is contained in:
@@ -49,6 +49,7 @@ if (!process.env.REDIS_URL) {
|
||||
TESTING = true;
|
||||
} else {
|
||||
console.log('Connecting to redis at: ' + process.env.REDIS_URL);
|
||||
console.log(process.env.REDIS_TLS_URL);
|
||||
redisClient = createClient({
|
||||
url: process.env.REDIS_URL,
|
||||
socket: {
|
||||
|
||||
Reference in New Issue
Block a user