Adding port field to server config
This commit is contained in:
parent
901e0218dd
commit
a58f8437c0
@ -7,6 +7,7 @@ pub struct Server {
|
|||||||
pub name: Option<String>,
|
pub name: Option<String>,
|
||||||
pub domain: Option<String>,
|
pub domain: Option<String>,
|
||||||
pub ip: String,
|
pub ip: String,
|
||||||
|
pub port: u16,
|
||||||
pub description: Option<String>,
|
pub description: Option<String>,
|
||||||
pub key: String, // the secret hush hush uwu
|
pub key: String, // the secret hush hush uwu
|
||||||
pub id: u64,
|
pub id: u64,
|
||||||
|
Loading…
Reference in New Issue
Block a user