diff options
author | Javier Sanchez Parra <jsanchez@soleta.eu> | 2020-03-23 15:58:57 +0100 |
---|---|---|
committer | Alvaro Neira Ayuso <aneira@soleta.eu> | 2020-03-24 08:06:02 +0100 |
commit | f11e345dbf4892ae57fe0ffded5f78febb26dc21 (patch) | |
tree | f323bbc4256b9b33c4fd74012ebe57d189a842d9 /cfg/ogclient.cfg | |
parent | 2cd7f5b4fccf6f9d158d3a18b46813357bfc9cb9 (diff) |
Rename config file
This commit changes the name of the config file from ogagent.cfg to
ogclient.cfg.
Diffstat (limited to 'cfg/ogclient.cfg')
-rw-r--r-- | cfg/ogclient.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cfg/ogclient.cfg b/cfg/ogclient.cfg new file mode 100644 index 0000000..34939d2 --- /dev/null +++ b/cfg/ogclient.cfg @@ -0,0 +1,6 @@ +[opengnsys] +ip=127.0.0.1 +port=1234 +url=https://127.0.0.1/opengnsys/varios/menubrowser.php +# Log Level, if ommited, will be set to INFO +log=DEBUG |