From e2da6d2db20093ebd2a65aad35c9991ab1a02176 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 30 Mar 2023 01:09:30 +0300 Subject: Introducing an HTTP JSON API --- api/settings/index.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 api/settings/index.js (limited to 'api/settings') diff --git a/api/settings/index.js b/api/settings/index.js new file mode 100644 index 0000000..f71a66c --- /dev/null +++ b/api/settings/index.js @@ -0,0 +1,6 @@ +module.exports = { + PORT: 8610, + URL_PREFIX : "/v0", + DEF_PROTO : "http://", + LOCAL_IP : "127.0.0.1" +} -- cgit v1.2.3