As we can see below this is inside the configuration folder of the adapter, we have different config files, but the one that we using in general for the service is the first one ApplicationSettings.config, however we need to edit different files from that list then change the name and replace it. And it goes like this:The Adapter configurations are defined in a file named ApplicationSettings.config.
In order to ease the deployment , the adapter is shifted with pre configured configuration files for each type of deployment (such as CM, Office etc).
To deploy using the pre defined configuration files, please copy and rename the relevant pre defined file to the name ApplicationSettings.config.
1- Channel Management
We will need to When deploying CM use and edit ApplicationSettings-CM.config file, make sure that we to have the customer name and the correct Key & Iv from the config of the AdminPortal, and then we will change the name to ApplicationSettings.config file and replace it with the existing one.
2- Teams
We will need to When deploying Teams use and edit ApplicationSettings-Office-main.config file,make sure that we to have the customer name and the correct Key & Iv from the config of the AdminPortal, verify the values and then we will change the name to ApplicationSettings.config file and replace it with the existing one.
If we need the deployment requires more than one adapter so we will use and edit ApplicationSettings-Office-additional.config file and do the same thing.
3- WebEx
We will need to A- When deploying WebEx meeting use and edit ApplicationSettings-Webex_Meeting-main.config file , make sure to have the customer name and the correct Key & Iv from the config of the AdminPortal, verify the values and then change the name to ApplicationSettings.config file and replace it with the existing one.
If the deployment requires more than one adapter use and edit the same file.
B- When deploying WebEx messaging use and edit ApplicationSettings-Webex_MeetingMessaging-main.config file , make sure that we to have the customer name and the correct Key & Iv from the config of the AdminPortal, verify the values and then we will change the name to ApplicationSettings.config file and replace it with the existing one.
If we need the deployment requires more than one adapter so we will use and edit ApplicationSettings-Webex_Messaging-additional.config file and do the same thing.
...