config changes
This commit is contained in:
+2
-1
@@ -2,7 +2,8 @@ pub mod host {
|
|||||||
pub const PORT: i64 = 9081;
|
pub const PORT: i64 = 9081;
|
||||||
|
|
||||||
pub fn get_full() -> String {
|
pub fn get_full() -> String {
|
||||||
String::new()
|
let address: &str = "0.0.0.0";
|
||||||
|
format!("{}:{}", address, PORT)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
pub mod config;
|
pub mod config;
|
||||||
|
pub mod db;
|
||||||
|
|||||||
Reference in New Issue
Block a user