diff options
author | Alvaro Neira Ayuso <aneira@soleta.eu> | 2020-01-02 20:27:18 +0100 |
---|---|---|
committer | Alvaro Neira Ayuso <alvaroneay@gmail.com> | 2020-01-19 19:50:44 +0100 |
commit | f566579f8e79eee8e51bab70eae91d705f2f2d00 (patch) | |
tree | f62a598d6b20bfa879dc130c1bcb940f616f9daf /cfg | |
parent | 7c26c55074f04808704ba886f287f06233d6c389 (diff) |
Set up the ip server for working in localhost by default
Diffstat (limited to 'cfg')
-rw-r--r-- | cfg/ogagent.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg/ogagent.cfg b/cfg/ogagent.cfg index 4e3f26f..c1bb8c2 100644 --- a/cfg/ogagent.cfg +++ b/cfg/ogagent.cfg @@ -1,5 +1,5 @@ [opengnsys] -ip=192.168.2.175 +ip=127.0.0.1 port=1234 # Log Level, if ommited, will be set to INFO log=DEBUG |