feat: add password configuration for Redis connection and update environment variables for Redis configuration
This commit is contained in:
@@ -3,15 +3,17 @@ DB_HOST=
|
||||
DB_PASSWORD=
|
||||
DB_PORT=
|
||||
|
||||
DATA_DB=
|
||||
USERS_DB=
|
||||
|
||||
REDIS_HOST=
|
||||
REDIS_PORT=
|
||||
REDIS_PASSWORD=
|
||||
|
||||
# In locale: lasciare vuoto (il cookie su localhost funziona su tutte le porte)
|
||||
# In produzione: .mebboat.it (condiviso tra auth.mebboat.it, console.mebboat.it, api.mebboat.it)
|
||||
COOKIE_DOMAIN=
|
||||
COOKIE_NAME=
|
||||
|
||||
DB_NAME=
|
||||
|
||||
PORT=3006
|
||||
|
||||
JWT_SECRET=
|
||||
|
||||
Reference in New Issue
Block a user