Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Setting episerver.social configuration in appsettings.json

Vote:
 

Hello.

I'm deploying a new v12 site, and need to know how to set episerver.social configuration using appsettings.json.

Does anyone know?

The corresponding help page for developers describes only web.config xml configuration:
https://docs.developers.optimizely.com/content-cloud/v1.4.0-community-api/docs/installing-optimizely-social

Regards,

Sergey

#290623
Edited, Oct 26, 2022 16:37
Vote:
 

You find example here

{
  "EpiServer" :  {
     "SocialOptions": {
        "settings": {
          "TimeOut": "100000"
        },
        "authentication": {
          "appId": "appId",
          "secret": "supersecr"
        },
        "endpoints": {
          "ActivityStreams": "https://change.me/",
          "Comments": "https://change.me/",
          "Groups": "https://change.me/",
          "Moderation": "https://change.me/",
          "Ratings": "https://change.me/"
        }
      }
  }
}
#290624
Oct 26, 2022 19:33
Vote:
 

Thank you for the example!

Regards,

Sergey

#290625
Oct 26, 2022 19:38
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.