Skip to content

Commit

Permalink
VMC: set the correct default port
Browse files Browse the repository at this point in the history
  • Loading branch information
grillo-delmal committed Oct 21, 2024
1 parent ff399d4 commit 2d4d3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alvr/session/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ pub fn session_settings_default() -> SettingsDefault {
content: VMCConfigDefault {
gui_collapsed: true,
host: "127.0.0.1".into(),
port: 39540,
port: 39539,
publish: true,
orientation_correction: true,
},
Expand Down

0 comments on commit 2d4d3bd

Please sign in to comment.