added user 'variable' into WHY2_CHAT_CONFIG_URL

This commit is contained in:
Václav Šmejkal 2023-04-20 21:32:24 +02:00
parent 258028359c
commit 137f74bc3c
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -29,7 +29,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#define WHY2_INVALID_POINTER (void*) 0xffffffffffffffff
#define WHY2_CHAT_CONFIG "~/.why2_chat.json"
#define WHY2_CHAT_CONFIG "/home/{USER}/.why2_chat.json"
#define WHY2_CHAT_CONFIG_URL "https://raw.githubusercontent.com/ENGO150/WHY2/development/src/chat/.why2_chat.yml"
#endif