Browse Source

n20 started on 8000 port

Roman Dayneko 11 years ago
parent
commit
dbdc0fb506
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/face/src/web_sup.erl

+ 1 - 1
apps/face/src/web_sup.erl

@@ -14,7 +14,7 @@ start_link() -> supervisor:start_link({local, ?MODULE}, ?MODULE, []).
 
 
 init([]) ->
 init([]) ->
 
 
-    {ok, _} = cowboy:start_http(http, 100, [{port, wf:config(n2o,transition_port,8000)}],
+    {ok, _} = cowboy:start_http(http, 100, [{port, wf:config(n2o,transition_port,8080)}],
                                            [{env, [{dispatch, dispatch_rules()}]}]),
                                            [{env, [{dispatch, dispatch_rules()}]}]),
 
 
     PrivDir = code:priv_dir(face),
     PrivDir = code:priv_dir(face),