Update main.rs

This commit is contained in:
michael-bailey 2020-07-21 16:55:06 +01:00
parent d34c9580bd
commit 4cd27856ba
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ mod server;
use crate::server::server_profile::Server;
fn main(){
lazy_static!{
lazy_static! {
static ref server_name: &'static str = "Server-01";
static ref server_address: &'static str = "0.0.0.0:6000";
static ref server_author: &'static str = "noreply@email.com";