6 lines
214 B
JavaScript
6 lines
214 B
JavaScript
const CONFIG = {
|
|
"web": "https://test.sheep-service.com/",
|
|
"api": "https://test.sheep-service.com/api/",
|
|
"wss": "wss://test.sheep-service.com/ws",
|
|
"metrics": "wss://test.sheep-service.com/metrics"
|
|
} |