Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change root url and port #317

Open
jirohshem opened this issue Nov 25, 2020 · 3 comments
Open

change root url and port #317

jirohshem opened this issue Nov 25, 2020 · 3 comments

Comments

@jirohshem
Copy link

How can we change the default http://127.0.0.1:4444/ ? and the port.

@Tagnard
Copy link

Tagnard commented Jan 3, 2021

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.

@rf-alvs
Copy link

rf-alvs commented May 11, 2021

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

@rf-alvs
Copy link

rf-alvs commented May 11, 2021

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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants