Version Update

Update to version SR4 in a Private Cloud (Version 2.81)

61 views 12 July, 2019 30 September, 2019 Valuekeep 0

After updating to version 2.81, you must update the web.config files. By default, these files can be found in:

  • C:Program Files (x86)ValuekeepValuekeep-UniverseHostWeb.config
  • C:Program Files (x86)ValuekeepValuekeep-UniverseWebAPIWeb.config
  • C:Program Files (x86)ValuekeepValuekeep-UniverseWorkersWeb.config

1. To allow push notification to be sent, add this configuration value in the 3 files:

<appSettings>
(…)

<add key="PushNotificationsUri" value="https://favaluekeeppushnotificationsv3pd.azurewebsites.net/api/Send?code=H6Q3ExV8VboNCsW6r6uz8KfVw4Y7s7fsWrp27sagtyi03AG54JRZkA==" />

</appSettings>

Foi útil?