Version Update

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

50 views 30 September, 2019 30 September, 2019 Valuekeep 0

After updating to version 2.82, 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

1. To allow chat messages to be sent, add this configuration value in the 2 files:

<appSettings>
(…)

<add key="ChatNotificationsUri" value="https://favaluekeeppushnotificationsv3pd.azurewebsites.net/api/SendChatMessage?code=oMQHcmoqGwzSFormyT8jq/WuFYEhXvSCghVh4SeT05xTj/W3ds3aCg==" />

</appSettings>

Foi útil?