@yariplus my config
{
"url": "https://staging.XXXX.org",
"secret": "XXXX",
"database": "mongo",
"port": 4567,
"mongo": {
"host": "172.31.42.228",
"port": 27017,
"database": "nodebb",
"username": "nodebb",
"password": "AAAAA"
},
"oauth": {
"id": "2bb8010d070f0be6f58d",
"secret": "36a6b6da7df8e96f92b2aae22e24306a619a5413"
},
"socket.io": {
"origins": "https://staging.XXXX.org:* https://staging.XXXX.org:*",
"transports": ["websocket"],
"address": "https://staging.XXXX.org"
},
"socket.io:origins": "https://staging.XXX.org",
"sessionKey": "express.sid",
"cookieDomain": ".philanthropyu.org",
"socket.io:transports": ["websocket"],
"redis": {
"host":"nodebb.ifinyn.0001.euc1.cache.amazonaws.com",
"port":"6379",
"database": 0
},
"edx_host": "https://staging.XXXXX.org",
"aws_access_key_id": "xxxxxxx",
"s3_path": "https://XXX-community-uploads.s3.amazonaws.com/",
"aws_secret_access_key": "xxxxxxxxxx",
"master_token": "xxxxxxxxxx"
}