Browse Source

https for hub server

feature/dockerfile-arm
Evan Feenstra 5 years ago
parent
commit
9e4824065d
  1. 8
      config/app.json

8
config/app.json

@ -23,10 +23,10 @@
"node_http_protocol": "http",
"node_http_port": "80",
"lnd_port": "10009",
"hub_api_url": "http://hub.sphinx.chat/api/v1",
"hub_url": "http://hub.sphinx.chat/ping",
"hub_invite_url": "http://hub.sphinx.chat/invites",
"hub_check_invite_url": "http://hub.sphinx.chat/check_invite",
"hub_api_url": "https://hub.sphinx.chat/api/v1",
"hub_url": "https://hub.sphinx.chat/ping",
"hub_invite_url": "https://hub.sphinx.chat/invites",
"hub_check_invite_url": "https://hub.sphinx.chat/check_invite",
"media_host": "memes.sphinx.chat"
}
}

Loading…
Cancel
Save