allow customizing twitch server parameters through environment variables (#1449)

This commit is contained in:
pajlada
2019-12-21 10:11:23 +01:00
committed by GitHub
parent 142e967c58
commit d5001b97f4
4 changed files with 54 additions and 4 deletions
+3
View File
@@ -14,6 +14,9 @@ public:
const QString recentMessagesApiUrl;
const QString linkResolverUrl;
const QString twitchEmoteSetResolverUrl;
const QString twitchServerHost;
const uint16_t twitchServerPort;
const bool twitchServerSecure;
};
} // namespace chatterino