docs
docs copied to clipboard
Is the API port in web docs correct?
API port in web docs suggest the API port defaults to a number which is not the same as the API doc suggests that the API port defaults to. Is this intentional?
https://github.com/dadi/docs/edit/master/docs/web/6.1.md Line 70 says example Web port is 3000 Line 96 says example API port is 3000 Line 191 says default Web port is 8080, example is 80 Line 206 says default API port is 8080 (as well?), example is 3001
https://github.com/dadi/docs/edit/master/docs/api/4.3.md Line 87 says default API listening port is 8081 which is different to any expectation above.