fix: update provider gateway default master host

This commit is contained in:
Codex
2026-07-08 05:42:21 +00:00
parent defc39bc51
commit deb2044037
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@unidesk/provider-gateway",
"version": "0.2.32",
"version": "0.2.33",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -65,7 +65,7 @@ interface RuntimeConfig {
const startedAt = new Date();
const gatewayMetadata = readGatewayMetadata();
const defaultMasterServer = "http://74.48.78.17/";
const defaultMasterServer = "http://152.53.229.148/";
const defaultProviderToken = "unidesk-dev-token-change-me";
const microserviceHttpMaxBodyTextLength = 8 * 1024 * 1024;
const sshDataProtocol = "unidesk-host-ssh-tcp-pool-v1";