Unverified Commit 54a802a8 authored by VenkatKadiveti's avatar VenkatKadiveti Committed by GitHub
Browse files

Issue #SB-26347 fix: redis config changes-hotfix (#2854)

Showing with 9 additions and 3 deletions
+9 -3
# Initialization variable for mongo
# Ref: https://community.nodebb.org/topic/4325/set-up-nodebb-via-environment-variables
database=mongo
database=redis
# declearing js heap memory size
NODE_OPTIONS={{nodebb_heap_size|default(1024)}}
secret={{nodebb_hash_key|default('1d57ba64-86d4-43ff-bd10-f6e9e0782899')}}
url=http://0.0.0.0:4567/discussions/
mongo__host={{mongo_nodebb_host}}
mongo__database=nodebb
redis__host={{sunbird_nodebb_redis_host}}
redis__port=6379
redis__username={{nodebb_db_username|default('')}}
redis__password={{nodebb_db_password|default('')}}
# redis database number
redis__database={{nodebb_db_index_name|default(10)}}
# password won't get overwritten if you run
# 'node app --setup' multiple times
# Default username is admin
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment