mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
url changes
- updated http urls to https when possible.
This commit is contained in:
parent
11c411a557
commit
c79ec023d8
23 changed files with 134 additions and 101 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="PluginCallUrlFormat" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://servermanagers.azurewebsites.net/api/plugin/call/{0}/{1}/</Value>
|
||||
<Value Profile="(Default)">https://servermanagers.azurewebsites.net/api/plugin/call/{0}/{1}/</Value>
|
||||
</Setting>
|
||||
<Setting Name="PluginCallUrlDelay" Type="System.Int32" Scope="Application">
|
||||
<Value Profile="(Default)">12</Value>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
<Value Profile="(Default)">https://api.ipify.org</Value>
|
||||
</Setting>
|
||||
<Setting Name="PublicIPCheckUrl2" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://whatismyip.akamai.com/</Value>
|
||||
<Value Profile="(Default)">https://whatismyip.akamai.com/</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Loading…
Add table
Add a link
Reference in a new issue