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 379f9a9 commit 27da64cCopy full SHA for 27da64c
rust/operator-binary/src/main.rs
@@ -37,8 +37,8 @@ mod built_info {
37
include!(concat!(env!("OUT_DIR"), "/built.rs"));
38
}
39
40
-pub const APP_PORT: u16 = 8088;
41
-pub const OPERATOR_NAME: &str = "superset.stackable.tech";
+// pub const APP_PORT: u16 = 8088;
+// pub const OPERATOR_NAME: &str = "superset.stackable.tech";
42
43
#[derive(Parser)]
44
#[clap(about, author)]
0 commit comments