After Installation
Single-tenant
After a successful installation, the next step is to validate the data entered during the installation. Configuration for Single-tenant is stored in the Appsettings.config file, located where LS Commerce Service is installed.
Multi-tenant
After a successful installation, the next step is to create the first tenant, see Commerce Admin Portal. When you have set up the first tenant, your next step is to validate the tenant configuration.
Note: LS Commerce Admin Portal is only used for Multi-tenant configurations; it is not needed in a Single-tenant setup.
LS Central in SaaS
- Set correct Protocol for LS Commerce to communicate with LS Central in SaaS.
- Open the Appsetting.config file.
- Find the following line in this file:
<add key="BOConnection.Nav.Protocol" value=""/>
The default value is Ss13 but you have to know which value to fill in here for your cloud instance.
Tip: If you are not sure, try one of the valid options Ssl3 - Tls - Tls11 - Tls12 - Tls13 and see which one works. The most common option for SaaS is TLs12.
See also
LS Commerce Service Running on IIS