removed server.yml from WHY2_CHAT_CONFIG_URL

This commit is contained in:
Václav Šmejkal 2023-08-26 18:31:40 +02:00
parent ed950e3abf
commit 821170764f
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -30,7 +30,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#define WHY2_INVALID_POINTER (void*) 0xffffffffffffffff #define WHY2_INVALID_POINTER (void*) 0xffffffffffffffff
#define WHY2_CHAT_CONFIG_DIR "/home/{USER}/.config/WHY2" #define WHY2_CHAT_CONFIG_DIR "/home/{USER}/.config/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_SERVER "server.yml"
#define WHY2_CHAT_CONFIG_SERVER_URL "https://raw.githubusercontent.com/ENGO150/WHY2/development/src/chat/server.yml"
#endif #endif