Skip to content

Commit 0c5aad4

Browse files
committed
Fix default agent_port and gateway_urls alias
1 parent ca2166e commit 0c5aad4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

vmm/src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ pub struct CvmConfig {
8484
/// The URL of the KMS server
8585
pub kms_urls: Vec<String>,
8686
/// The URL of the dstack-gateway server
87+
#[serde(alias = "tproxy_urls")]
8788
pub gateway_urls: Vec<String>,
8889
/// The URL of the PCCS server
8990
#[serde(default)]

vmm/vmm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ include = []
5555
[gateway]
5656
base_domain = "localhost"
5757
port = 8082
58-
agent_port = 8083
58+
agent_port = 8090
5959

6060
[auth]
6161
enabled = false

0 commit comments

Comments
 (0)