moved config files to config dir

This commit is contained in:
Václav Šmejkal 2024-02-20 20:49:33 +01:00
parent f0730dd4fd
commit 532e22ef1d
Signed by: ENGO150
GPG Key ID: 4A57E86482968843
3 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ 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_URL "https://raw.githubusercontent.com/ENGO150/WHY2/development/src/chat/config"
#define WHY2_CHAT_CONFIG_SERVER "server.toml"
#define WHY2_CHAT_CONFIG_CLIENT "client.toml"