Adding port field to server config

This commit is contained in:
shockrah 2021-01-18 16:39:21 -08:00
parent 901e0218dd
commit a58f8437c0

View File

@ -7,6 +7,7 @@ pub struct Server {
pub name: Option<String>,
pub domain: Option<String>,
pub ip: String,
pub port: u16,
pub description: Option<String>,
pub key: String, // the secret hush hush uwu
pub id: u64,