From 9aae7e1a15183bca977b095910b337e9212acec2 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 22 Jul 2024 14:00:09 +0200 Subject: [PATCH] fix redis config --- abra.sh | 2 +- config.yml.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/abra.sh b/abra.sh index 766b0ed..4d8a47b 100644 --- a/abra.sh +++ b/abra.sh @@ -1 +1 @@ -export CONFIG_YML_VERSION=v5 +export CONFIG_YML_VERSION=v6 diff --git a/config.yml.tmpl b/config.yml.tmpl index fdd5352..f8edff0 100644 --- a/config.yml.tmpl +++ b/config.yml.tmpl @@ -123,9 +123,9 @@ typesense: redis: # Whether to enable redis or not - enabled: true + enabled: {{ env "VIKUNJA_REDIS_ENABLED" }} # The host of the redis server including its port. - host: 'redis:6379' + host: {{ env "VIKUNJA_REDIS_HOST" }} # The password used to authenticate against the redis server password: '' # 0 means default database