Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
54a802a8
Unverified
Commit
54a802a8
authored
3 years ago
by
VenkatKadiveti
Committed by
GitHub
3 years ago
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-26347 fix: redis config changes-hotfix (#2854)
parent
5b96c962
release-4.1.0
release-4.1.0_RC20
release-4.1.0_RC19
release-4.1.0_RC18
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/stack-sunbird/templates/sunbird_nodebb.env
+9
-3
ansible/roles/stack-sunbird/templates/sunbird_nodebb.env
with
9 additions
and
3 deletions
+9
-3
ansible/roles/stack-sunbird/templates/sunbird_nodebb.env
+
9
−
3
View file @
54a802a8
# 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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets