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>