From bdefb513f57a88c5eb25f90b7a4b0ed437aad69b Mon Sep 17 00:00:00 2001 From: Magnus Feuer Date: Thu, 25 Feb 2016 15:14:50 -0800 Subject: Fixed port number on backend config file --- priv/config/rvi_backend.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/config/rvi_backend.config b/priv/config/rvi_backend.config index 8e5ec37..0781553 100644 --- a/priv/config/rvi_backend.config +++ b/priv/config/rvi_backend.config @@ -23,7 +23,7 @@ Env = fun(V, Def) -> Str -> Str end end. -MyPort = Env("RVI_MYPORT", 8800). +MyPort = Env("RVI_MYPORT", 9000). MyIP = Env("RVI_MYIP", "38.129.64.31"). IPPort = fun(IP, Port) -> IP ++ ":" ++ integer_to_list(Port) -- cgit v1.2.1