feat: Print proxy URL information in /debug-env command (#5648)

This commit is contained in:
Maverick
2024-10-14 16:42:52 +02:00
committed by GitHub
parent 85a7f4a6a9
commit c0a5a3e805
2 changed files with 2 additions and 0 deletions
@@ -79,6 +79,7 @@ QString listEnvironmentVariables(const CommandContext &ctx)
QStringList debugMessages{
"recentMessagesApiUrl: " + env.recentMessagesApiUrl,
"linkResolverUrl: " + env.linkResolverUrl,
"proxyUrl: " + env.proxyUrl.value_or("N/A"),
"twitchServerHost: " + env.twitchServerHost,
"twitchServerPort: " + QString::number(env.twitchServerPort),
"twitchServerSecure: " + QString::number(env.twitchServerSecure),