mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
cfg for #826 - typo fix
This commit is contained in:
parent
9094f37156
commit
0f8773a547
@ -24,9 +24,9 @@ MAIL_PASSWORD=${MAIL_PASSWORD:-null}
|
||||
MAIL_ADDRESS=${MAIL_ADDRESS:-null}
|
||||
MAIL_NAME=${MAIL_NAME:-null}
|
||||
|
||||
REDIS_HOST=${REDIS_HOST:-nil}
|
||||
REDIS_DATABASE=${REDIS_DATABASE:-nil}
|
||||
REDIS_PORT=${REDIS_PORT:-nil}
|
||||
REDIS_HOST=${REDIS_HOST:-null}
|
||||
REDIS_DATABASE=${REDIS_DATABASE:-null}
|
||||
REDIS_PORT=${REDIS_PORT:-null}
|
||||
|
||||
# configure env file
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user