From 037bd2a9669453c9c9ae32717aa646083e089ad5 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 4 Feb 2025 20:15:46 +0100 Subject: [PATCH] changed authority_ip address --- src/chat/config/client.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat/config/client.toml b/src/chat/config/client.toml index bea0dd9..ec68e0e 100644 --- a/src/chat/config/client.toml +++ b/src/chat/config/client.toml @@ -17,4 +17,4 @@ auto_connect = false # Automatic connection to 'auto_connect_ip' auto_connect_ip = "chat.coquette.baby" # See 'auto_connect' -authority_ip = "ca.chat.coquette.baby" # CA Address; Feel free to change if you don't trust the developer, but be aware that both client and server must use the same CA \ No newline at end of file +authority_ip = "chat.coquette.baby" # CA Address; Feel free to change if you don't trust the developer, but be aware that both client and server must use the same CA \ No newline at end of file