Discussion Middleware
In Discussion forum middleware we have add the below configuration in environmentHelper.js
file.
NODEBB_SERVICE_URL : This is your nodebb url by default local nodebb will run on port 4567. and the url is http://localhost:4567.
Authorization: This in nodebb authorization token (Write-api master token) and we have to send this token for all node apis.
nodebb_api_slug: All nodebb api should be prepend with /api
Last updated