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
Use it as the 1st argument when starting the server, for example node node-server 8000 to start the server on port 8000. (see the server port variable)
Thanks, now how do I make the UI use HTTPS and no port when calling /jsonrpc ? (I run it behind an apache virtual host).
I tried updating configuration.js with port: 443, encrypt: true but it doesn't have any effect, even after restart.
Thanks
The web port is
8888
by default, theconfiguration.js
file doesn't mention it, how do I change that ? Thanks.The text was updated successfully, but these errors were encountered: