Change config file back to default
Unsolved
Technical Support
-
Hi,
i recently tried to launch, but I didnt manage to get my forum running on a server. I will get help for that soon. Until then i want to switch back from nginx proxy to localhost for some adjustments. I thought i just have to change the nodebb config file url back to localhost: ("http://localhost:4567/") but that doesnt seem to work. What am I doing wrong? my config file:
{
"url": "http://localhost:4567/",
"secret": "1130029f-733e-4dc3-a8a5-c3cf6b2b0d2c",
"database": "mongo",
"mongo": {
"host": "127.0.0.1",
"port": "27017",
"username": "nodebb",
"password": "nix",
"database": "nodebb",
"uri": ""
},
"port": "4567"
}
Copyright © 2024 NodeBB | Contributors