summaryrefslogtreecommitdiffstats
path: root/ogcp/cfg
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2020-08-31 11:55:19 +0200
committerRoberto Hueso Gómez <rhueso@soleta.eu>2020-08-31 11:58:27 +0200
commitdf2e425b346b95c6493a684025374b956349a0da (patch)
tree7dcceec2a1c7dc863ea98c733abd638a46e6656a /ogcp/cfg
parent0e160da4c03ebb197793f8ebd3ebf543b22bc566 (diff)
Add basic backend structure
This adds views functions and ogServer config loading.
Diffstat (limited to 'ogcp/cfg')
-rw-r--r--ogcp/cfg/ogserver.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/ogcp/cfg/ogserver.json b/ogcp/cfg/ogserver.json
new file mode 100644
index 0000000..a066595
--- /dev/null
+++ b/ogcp/cfg/ogserver.json
@@ -0,0 +1,5 @@
+{
+ "ip": "127.0.0.1",
+ "port": 8888,
+ "api_token": "c3fe7bb0395747ec42a25df027585871"
+}