From 8b28b7a2d664bb6da57313198d00f66e4203d6c8 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Wed, 26 Aug 2020 18:17:37 -0400 Subject: [PATCH] proxmox simple --- nodejs/utils/redis.js | 2 +- nodejs/views/proxmox.ejs | 16 ++++------------ 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/nodejs/utils/redis.js b/nodejs/utils/redis.js index e032540..b2ac87c 100755 --- a/nodejs/utils/redis.js +++ b/nodejs/utils/redis.js @@ -4,7 +4,7 @@ const {createClient} = require('redis'); const {promisify} = require('util'); const config = { - prefix: 'sso_' + prefix: 'p2p_vpn_' } function client() { diff --git a/nodejs/views/proxmox.ejs b/nodejs/views/proxmox.ejs index c8138ca..b15e1d4 100644 --- a/nodejs/views/proxmox.ejs +++ b/nodejs/views/proxmox.ejs @@ -1,10 +1,6 @@ <%- include('top') %>