mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Added back the plugin call home
This commit is contained in:
parent
decf281598
commit
cc95409722
8 changed files with 44 additions and 144 deletions
|
|
@ -3,9 +3,9 @@
|
|||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="PluginCallUrlFormat" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://servermanager.azurewebsites.net/api/plugin/call/{0}/{1}/</Value>
|
||||
<Value Profile="(Default)">http://servermanagers.azurewebsites.net/api/plugin/call/{0}/{1}/</Value>
|
||||
</Setting>
|
||||
<Setting Name="CallHomeDelay" Type="System.Int32" Scope="Application">
|
||||
<Setting Name="PluginCallUrlDelay" Type="System.Int32" Scope="Application">
|
||||
<Value Profile="(Default)">12</Value>
|
||||
</Setting>
|
||||
<Setting Name="RequestTimeout" Type="System.Int32" Scope="Application">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue