Skip to content
Snippets Groups Projects
Commit 35f6d9cc authored by Rasool Dastoori's avatar Rasool Dastoori
Browse files

fix: set REDIS_DB default value on local

parent ba07debe
Branches
Tags
No related merge requests found
...@@ -2,4 +2,4 @@ export HOLI_LIBRETRANSLATE_BASE_URL=http://localhost:5000 ...@@ -2,4 +2,4 @@ export HOLI_LIBRETRANSLATE_BASE_URL=http://localhost:5000
export REDIS_HOST=localhost export REDIS_HOST=localhost
export REDIS_PORT=6380 export REDIS_PORT=6380
export REDIS_PASSWORD= export REDIS_PASSWORD=
export REDIS_DB= export REDIS_DB=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment