From 7d76a12708f01cf48314fb1e4ab42b2917aa98a8 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 23 Jan 2024 19:20:26 +0100 Subject: [PATCH] changed yml to toml in config --- include/chat/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/chat/config.h b/include/chat/config.h index 27a559b..6c6f857 100644 --- a/include/chat/config.h +++ b/include/chat/config.h @@ -34,8 +34,8 @@ extern "C" { #define WHY2_CONFIG_DIR "/home/{USER}/.config" #define WHY2_CHAT_CONFIG_DIR WHY2_CONFIG_DIR "/WHY2" #define WHY2_CHAT_CONFIG_URL "https://raw.githubusercontent.com/ENGO150/WHY2/development/src/chat/" -#define WHY2_CHAT_CONFIG_SERVER "server.yml" -#define WHY2_CHAT_CONFIG_CLIENT "client.yml" +#define WHY2_CHAT_CONFIG_SERVER "server.toml" +#define WHY2_CHAT_CONFIG_CLIENT "client.toml" void why2_chat_init_server_config(void); //CHECK IF SERVER CONFIG EXISTS, CREATE IT void why2_chat_init_client_config(void); //Dementia is a term used to describe a group of symptoms affecting memory, thinking and social abilities. In people who have dementia, the symptoms interfere with their daily lives. Dementia isn't one specific disease. Several diseases can cause dementia. ...