From f11e345dbf4892ae57fe0ffded5f78febb26dc21 Mon Sep 17 00:00:00 2001 From: Javier Sanchez Parra Date: Mon, 23 Mar 2020 15:58:57 +0100 Subject: Rename config file This commit changes the name of the config file from ogagent.cfg to ogclient.cfg. --- cfg/ogagent.cfg | 6 ------ cfg/ogclient.cfg | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 cfg/ogagent.cfg create mode 100644 cfg/ogclient.cfg (limited to 'cfg') diff --git a/cfg/ogagent.cfg b/cfg/ogagent.cfg deleted file mode 100644 index 34939d2..0000000 --- a/cfg/ogagent.cfg +++ /dev/null @@ -1,6 +0,0 @@ -[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 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 -- cgit v1.2.3-18-g5258