You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2025. It is now read-only.
The port and IPAddress are configured with environment variables, if you want to use DNS then you need to add an A-record pointing to the servers IPAddress and then you can use it instead of the ip address.
PORT sets the port that the service is listening on, defaults to 4444 BIND sets the listening address of the service, defaults to 0.0.0.0 meaning that it listens to all addresses on the server.
Hello Tagmard, in my case I would like to change the port where the openKb service is working. In this case, it comes as port 4444 as a default. I would like to know if it is possible to change to, for example: 4443 if yes, I would like you to demonstrate, step by step, how I can do it. For example: open the file tal and change the term xxx to xxx. Thank you very much in advance
Disregarding the message sent, I was able to solve the problem. Open the app.js file with notepad ++ and I just changed the port from 4444 to 4443 as I wanted.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How can we change the default http://127.0.0.1:4444/ ? and the port.
The text was updated successfully, but these errors were encountered: