|
@@ -1,5 +1,7 @@
|
|
[
|
|
[
|
|
- {n2o, [{port,4000},{websocket_port,443},
|
|
|
|
|
|
+ {n2o, [{port,4000},
|
|
|
|
+ %{websocket_port,443},
|
|
|
|
+ {websocket_port,4000}, % same as port for localhost test
|
|
{app,n2o_sample},
|
|
{app,n2o_sample},
|
|
{upload,"./apps/n2o_sample/priv/static/"},
|
|
{upload,"./apps/n2o_sample/priv/static/"},
|
|
{search,"/Users/5HT/depot/synrc/synrc.com/apps/*/doc/web/*.htm"},
|
|
{search,"/Users/5HT/depot/synrc/synrc.com/apps/*/doc/web/*.htm"},
|