This commit is contained in:
JustArchi
2018-11-07 01:36:21 +01:00
parent 90efe95389
commit f1b3801c36

View File

@@ -104,7 +104,7 @@ namespace ArchiSteamFarm.IPC {
c => {
c.AddSecurityDefinition(
nameof(GlobalConfig.IPCPassword), new ApiKeyScheme {
Description = nameof(GlobalConfig.IPCPassword) + " authentication using request headers. Check https://github.com/JustArchiNET/ArchiSteamFarm/wiki/IPC#authentication for more info.",
Description = nameof(GlobalConfig.IPCPassword) + " authentication using request headers. Check https://github.com/" + SharedInfo.GithubRepo + "/wiki/IPC#authentication for more info.",
In = "header",
Name = ApiAuthenticationMiddleware.HeadersField,
Type = "apiKey"