mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:47:29 +00:00
encode only the redis_url
This commit is contained in:
@@ -705,7 +705,7 @@ EOF
|
||||
|
||||
if [ "${CONFIG_REDIS_ENABLED}" = "Y" ]; then
|
||||
cat >> "$env_file" <<EOF
|
||||
REDIS_PASSWORD=${ENCODED_REDIS_PASSWORD}
|
||||
REDIS_PASSWORD=${CONFIG_REDIS_PASSWORD}
|
||||
NC_REDIS_URL=redis://:${ENCODED_REDIS_PASSWORD}@redis:6379/0
|
||||
EOF
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user