diff options
author | Alvaro Neira Ayuso <aneira@soleta.eu> | 2019-12-13 10:55:58 +0100 |
---|---|---|
committer | Alvaro Neira Ayuso <alvaroneay@gmail.com> | 2020-01-19 19:50:44 +0100 |
commit | 4ad2759e55f3038cd4680d213c8b59bb135d98b4 (patch) | |
tree | 788051addbc65ae6dfcf0a2c6b286790c817b413 | |
parent | cb57e66300e97ed1006c2bea3f5114e050843a7f (diff) |
Remove remote from cfg file
This information is older for this version. We don't need to have any information
about the remote.
-rw-r--r-- | cfg/ogagent.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg/ogagent.cfg b/cfg/ogagent.cfg index 2e1f9ce..4e3f26f 100644 --- a/cfg/ogagent.cfg +++ b/cfg/ogagent.cfg @@ -1,7 +1,5 @@ [opengnsys] ip=192.168.2.175 port=1234 -# Remote OpenGnsys Service -remote=https://192.168.2.10/opengnsys/rest # Log Level, if ommited, will be set to INFO log=DEBUG |