mirror of
https://github.com/robbie-cahill/tunnelmole-client.git
synced 2026-08-24 10:14:37 -05:00
11 lines
238 B
TypeScript
11 lines
238 B
TypeScript
const instanceConfig = {
|
|
hostip: {
|
|
endpoint: "wss://service.tunnelmole.com:8083",
|
|
httpEndpoint: "https://service.tunnelmole.com"
|
|
},
|
|
runtime: {
|
|
enableLogging: true
|
|
}
|
|
}
|
|
|
|
export default instanceConfig; |