summaryrefslogtreecommitdiff
path: root/config/config.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-02-21 10:33:46 +0100
committerache <ache@ache.one>2019-02-21 10:33:46 +0100
commitdc29c7e989f8761d902e8ffcbc19c131f893303a (patch)
tree351d5385227cdadcdfc59315a9649122db27a36d /config/config.json
parentSize normalisation (diff)
Config package
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.json b/config/config.json
new file mode 100644
index 0000000..2bd396d
--- /dev/null
+++ b/config/config.json
@@ -0,0 +1,4 @@
+{
+ "host":["localhost"],
+ "port": 8080
+}