Merge pull request #10 from lmontoute/patch-1

Change CdnBaseUrl to CdnFullUrl (match implementation)
This commit is contained in:
rootdarkarchon 2022-08-16 09:13:56 +02:00 committed by GitHub
commit b411541f43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@
] ]
} }
}, },
"CdnBaseUrl": "https://<url or ip to your server>/cache/", "CdnFullUrl": "https://<url or ip to your server>/cache/",
"FailedAuthForTempBan": 5, "FailedAuthForTempBan": 5,
"TempBanDurationInMinutes": 30, "TempBanDurationInMinutes": 30,
"DiscordBotToken": "", "DiscordBotToken": "",