Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

How to bind port 3013 to external IP,such as 0.0.0.0 ? #64

Closed
scarpdiem opened this issue Jul 25, 2017 · 2 comments
Closed

How to bind port 3013 to external IP,such as 0.0.0.0 ? #64

scarpdiem opened this issue Jul 25, 2017 · 2 comments

Comments

@scarpdiem
Copy link

Sorry, I'm not JavaScript coder and not familiar with the JS syntax. I just want to know when I type "grunt run", How can I make the server process linstening 3013 binding on external IP,such as 0.0.0.0.
I deploy the clsi-sharelatex on the ssh-interactive linux virtual-machine.
Thanks very much for your answer.

@xoxys
Copy link

xoxys commented Jul 26, 2017

You can change this at ./config/settings.default.coffee

internal:
    clsi:
         port: 3013
         host: "localhost"

change localhost to what ever you want.
You can do this in the configuration file of the clsi module or in a global config file.

@pdrlps pdrlps closed this as completed May 17, 2019
@pdrlps
Copy link

pdrlps commented May 17, 2019

Closed, last activity on Jul 2017.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants