mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17:22 +01:00
Merge pull request #10 from lmontoute/patch-1
Change CdnBaseUrl to CdnFullUrl (match implementation)
This commit is contained in:
commit
b411541f43
1 changed files with 1 additions and 1 deletions
|
|
@ -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": "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue