From dc29c7e989f8761d902e8ffcbc19c131f893303a Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 21 Feb 2019 10:33:46 +0100 Subject: Config package --- config/config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/config.json (limited to 'config/config.json') 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 +} -- cgit v1.2.3