aboutsummaryrefslogtreecommitdiff
path: root/api/settings/index.js
blob: f71a66c9fe95eeb9ba969f4e870dee1a3e3bed6b (plain)
1
2
3
4
5
6
module.exports = {
    PORT: 8610,
    URL_PREFIX : "/v0",
    DEF_PROTO : "http://",
    LOCAL_IP : "127.0.0.1"
}