This is not possible yet we will add it in the next release. https://github.com/NodeBB/NodeBB/issues/5888
barisusakli created this issue in NodeBB/NodeBB closed ability to change the site title url in header #5888config.json changes after ./nodebb setup
-
After running ./nodebb setup, my config.json changed. It removes configuration of redis and socket.io.
From this:
{ "url": "http://forum.test.com", "secret": "5eeff60a-123-4d0f-1234-01685fd23123", "database": "mongo", "port": ["4567", "4568"], "mongo": { ... }, "socket.io": { ... }, "redis": { ... } }
to
{ "url": "http://forum.test.com", "secret": "5eeff60a-123-4d0f-1234-01685fd2123", "database": "mongo", "port": [ "4567", "4568" ], "mongo": { ... } }
Is this intended behaviour?
-
Probably expected since
./nodebb setup
writes config.json any reason why you are runnig./nodebb setup
when you already have a config.json?