add workflow Samply action and modify console address port 9001

This commit is contained in:
houseme
2025-05-28 16:02:25 +08:00
parent c74410858e
commit 4aaeff8e4c
4 changed files with 45 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ pub const DEFAULT_ADDRESS: &str = concat!(":", DEFAULT_PORT);
/// Default port for rustfs console
/// This is the default port for rustfs console.
pub const DEFAULT_CONSOLE_PORT: u16 = 9002;
pub const DEFAULT_CONSOLE_PORT: u16 = 9001;
/// Default address for rustfs console
/// This is the default address for rustfs console.