Skip to content

Commit

Permalink
Change default tls port to 443 (#22)
Browse files Browse the repository at this point in the history
* Change default tls port to 443

* Use domain prefix `devices` for grisp.io (#24)

---------

Co-authored-by: Luca Succi <[email protected]>
  • Loading branch information
maehjam and ziopio authored Apr 5, 2024
1 parent bb869dc commit 2b7a856
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions grisp/default/common/deploy/files/erl_inetrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
%--- Erlang Inet Configuration -------------------------------------------------

% Add hosts
{host, {149,248,205,211}, ["grisp.io"]}.
{host, {37, 16, 30, 91}, ["stage.grisp.io"]}.
{host, {212,25,1,1}, ["0.europe.pool.ntp.org"]}.
{host, {149,248,205,211}, ["devices.grisp.io"]}.
{host, {37, 16, 30, 91}, ["devices.stage.grisp.io"]}.
{host, {212,25,1,1}, ["0.europe.pool.ntp.org"]}.

% Do not monitor the hosts file
{hosts_file, ""}.
Expand Down
4 changes: 2 additions & 2 deletions src/grisp_io.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
grisp_cryptoauth
]},
{env, [
{domain, "grisp.io"},
{port, 7777},
{domain, "devices.grisp.io"},
{port, 443},
{connect, true}, % keeps a constant connection with grisp.io
{ntp, false}, % if set to true, starts the NTP client
{ws_requests_timeout, 5_000},
Expand Down

0 comments on commit 2b7a856

Please sign in to comment.