diff options
Diffstat (limited to 'api/settings/index.js')
-rw-r--r-- | api/settings/index.js | 6 |
1 files changed, 6 insertions, 0 deletions
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" +} |