UNPKG
wise-web-client
Version:
latest (1.0.13)
1.0.13
Based on Spine MVC framework
wise-web-client
/
server
/
config
/
production.json
14 lines
•
274 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"PORT"
:
8001
,
"API_HOST"
:
"localhost"
,
"API_PORT"
:
8002
,
"AUTH_HOST"
:
"localhost"
,
"AUTH_PORT"
:
8003
,
"COOKIE_PASS"
:
"anystringhere"
,
"REDIS_HOST"
:
"52.1.247.131"
,
"REDIS_PORT"
:
"6379"
,
"CLIENT_CONFIG"
:
{
"SOCKET_HOST"
:
"52.0.26.254"
,
"SOCKET_PORT"
:
8004
}
}