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