From acf69139b9b1a42214cf0ef3c3a16e4560f9ec0e Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sun, 26 May 2019 21:25:50 +0200 Subject: [PATCH] Document current environment variables that can be used the change the Chatterino experience --- docs/ENV.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/ENV.md diff --git a/docs/ENV.md b/docs/ENV.md new file mode 100644 index 00000000..8b84946c --- /dev/null +++ b/docs/ENV.md @@ -0,0 +1,8 @@ +# Environment variables +Below I have tried to list all environment variables that can be used to modify the behaviour of Chatterino. Used for things that I don't feel like fit in the settings system. + +## CHATTERINO2_RECENT_MESSAGES_URL +Used to change the URL that Chatterino2 uses when trying to load historic Twitch chat messages (if the setting is enabled). +Default value: `"https://recent-messages.robotty.de/api/v2/recent-messages/%1?clearchatToNotice=true"` +Arguments: +1) `%1` = Name of the Twitch channel