mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 01:25:50 +00:00
Configuration Changes
- Added a check for a valid configuration file when starting the server manager. If config file is not valid, then it will delete the config file and shutdown the manager, with a message to restart the manager.
This commit is contained in:
parent
9e52ccbaa1
commit
5fff2abc91
14 changed files with 244 additions and 76 deletions
|
|
@ -284,6 +284,9 @@
|
|||
<setting name="DiscordUrl" serializeAs="String">
|
||||
<value>https://discord.gg/cJdHJSG</value>
|
||||
</setting>
|
||||
<setting name="ServicePointManager_SecurityProtocol" serializeAs="String">
|
||||
<value>3072</value>
|
||||
</setting>
|
||||
</ServerManagerTool.Config>
|
||||
<ServerManagerTool.Common.CommonConfig>
|
||||
<setting name="DefaultSteamAPIKey" serializeAs="String">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue