Skip to content

Commit 355ebad

Browse files
committed
Fixed configuration inconsistency for Redis cache
In the configuration.py we use database 1 as the default but in the .env file we used 0. This sets both values to 1 as the default.
1 parent 8806288 commit 355ebad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env/netbox.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ REDIS_DATABASE=0
2020
REDIS_SSL=false
2121
REDIS_CACHE_HOST=redis-cache
2222
REDIS_CACHE_PASSWORD=t4Ph722qJ5QHeQ1qfu36
23-
REDIS_CACHE_DATABASE=0
23+
REDIS_CACHE_DATABASE=1
2424
REDIS_CACHE_SSL=false
2525
SECRET_KEY=r8OwDznj!!dci#P9ghmRfdu1Ysxm0AiPeDCQhKE+N_rClfWNj
2626
SKIP_STARTUP_SCRIPTS=false

0 commit comments

Comments
 (0)