Skip to content

Commit 111db50

Browse files
mikemiles-devmikemiles-dev
authored andcommitted
fix: Default to tls://milesrust.chat:8443
1 parent 21b274e commit 111db50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use client::ChatClient;
88
use std::env;
99
use std::io::{self, Write};
1010

11-
const DEFAULT_SERVER: &str = "127.0.0.1:8080";
11+
const DEFAULT_SERVER: &str = "tls://milesrust.chat:8443";
1212
const DEFAULT_NAME: &str = "Guest";
1313

1414
#[tokio::main]

0 commit comments

Comments
 (0)