We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2166e commit 0c5aad4Copy full SHA for 0c5aad4
vmm/src/config.rs
@@ -84,6 +84,7 @@ pub struct CvmConfig {
84
/// The URL of the KMS server
85
pub kms_urls: Vec<String>,
86
/// The URL of the dstack-gateway server
87
+ #[serde(alias = "tproxy_urls")]
88
pub gateway_urls: Vec<String>,
89
/// The URL of the PCCS server
90
#[serde(default)]
vmm/vmm.toml
@@ -55,7 +55,7 @@ include = []
55
[gateway]
56
base_domain = "localhost"
57
port = 8082
58
-agent_port = 8083
+agent_port = 8090
59
60
[auth]
61
enabled = false
0 commit comments