diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-04-16 10:15:29 +0200 |
---|---|---|
committer | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-04-16 10:15:29 +0200 |
commit | a32bf4071e3364a4c92cbda270c65415ce1bfc1a (patch) | |
tree | 5a3a2f620e0c7d685ddbe70a6dd4d9547719f443 /cfg | |
parent | 439e5db7b7cefb2e2f49c984d810a51ae50d1a8e (diff) |
Change default server port
Diffstat (limited to 'cfg')
-rw-r--r-- | cfg/ogclient.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg/ogclient.cfg b/cfg/ogclient.cfg index 1949fa6..a13de5e 100644 --- a/cfg/ogclient.cfg +++ b/cfg/ogclient.cfg @@ -1,7 +1,7 @@ [opengnsys] ip=127.0.0.1 -port=1234 url=https://127.0.0.1/opengnsys/varios/menubrowser.php +port=8889 # Log Level, if ommited, will be set to INFO log=DEBUG # Supported modes are 'virtual' and 'linux' |