11 lines
249 B
JSON
11 lines
249 B
JSON
{
|
|
"httpRootUrl": "http://127.0.0.1:7001",
|
|
"wsRootUrl": "ws://127.0.0.1:8080",
|
|
"defaultTimeout": 30000,
|
|
"defaultRetryCount": 3,
|
|
"defaultRetryDelay": 1000,
|
|
"defaultHeaders": {
|
|
"Content-Type": "application/json"
|
|
}
|
|
}
|