From b8ac0b7963faf8c26bf116516f7f8f097cd5e30a Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Fri, 6 Nov 2020 09:32:27 +0000 Subject: config: rename config file to ogcp.json Do not use the same name as ogserver config file. --- ogcp/cfg/ogcp.json | 5 +++++ ogcp/cfg/ogserver.json | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 ogcp/cfg/ogcp.json delete mode 100644 ogcp/cfg/ogserver.json (limited to 'ogcp/cfg') diff --git a/ogcp/cfg/ogcp.json b/ogcp/cfg/ogcp.json new file mode 100644 index 0000000..9e715d4 --- /dev/null +++ b/ogcp/cfg/ogcp.json @@ -0,0 +1,5 @@ +{ + "IP": "127.0.0.1", + "PORT": 8888, + "API_TOKEN": "c3fe7bb0395747ec42a25df027585871" +} diff --git a/ogcp/cfg/ogserver.json b/ogcp/cfg/ogserver.json deleted file mode 100644 index 9e715d4..0000000 --- a/ogcp/cfg/ogserver.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "IP": "127.0.0.1", - "PORT": 8888, - "API_TOKEN": "c3fe7bb0395747ec42a25df027585871" -} -- cgit v1.2.3-18-g5258