aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-server/src/constants.rs
diff options
context:
space:
mode:
Diffstat (limited to 'games/rstnode/rst-server/src/constants.rs')
-rw-r--r--games/rstnode/rst-server/src/constants.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/rstnode/rst-server/src/constants.rs b/games/rstnode/rst-server/src/constants.rs
index e40a5c35c5db..8dc23f7c68d8 100644
--- a/games/rstnode/rst-server/src/constants.rs
+++ b/games/rstnode/rst-server/src/constants.rs
@@ -1,5 +1,6 @@
-
-
pub const NAME: &'static str = "RST Node";
pub const VERSION: &'static str = env!("CARGO_PKG_VERSION");
pub const AUTHORS: &'static str = env!("CARGO_PKG_AUTHORS");
+
+pub const DEFAULT_BIND: &'static str = "0.0.0.0";
+pub const DEFAULT_PORT: u16 = 10022;