change name

This commit is contained in:
Tanya Byrne
2020-08-17 17:06:34 +01:00
parent 42facc3d9e
commit b5644b113c
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
####################################################################################################
# REDIS Server
{{ rServer }}
{{ redisServer }}
####################################################################################################
# File Storage

View File

@@ -25,7 +25,7 @@ const defaults = {
STORAGE_LOCAL_DRIVER: 'local',
STORAGE_LOCAL_ROOT: './uploads',
},
rServer: {
redisServer: {
REDIS_HOST: '127.0.0.1',
REDIS_PORT: '6379',
REDIS_PASSWORD: null,