Commit 988ebe1f by emsys

listen on all addresses

parent 18d38ba4
...@@ -3,7 +3,7 @@ unit Common.Config; ...@@ -3,7 +3,7 @@ unit Common.Config;
interface interface
const const
defaultServerUrl = 'http://localhost:2009/emiMobile/'; defaultServerUrl = 'http://0.0.0.0:2009/emiMobile/';
type type
TServerConfig = class TServerConfig = class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment