add redis details to create env

This commit is contained in:
Tanya Byrne
2020-08-17 16:50:10 +01:00
parent 466a0d6a5c
commit 91aa4eb594

View File

@@ -25,6 +25,11 @@ const defaults = {
STORAGE_LOCAL_DRIVER: 'local',
STORAGE_LOCAL_ROOT: './uploads',
},
rServer: {
REDIS_HOST: '127.0.0.1',
REDIS_PORT: '6379',
REDIS_PASSWORD: null,
},
security: {
KEY: uuidv4(),
SECRET: nanoid(32),