You need to setup these environment variables:
- MLH:AuthorizationServer:ServerBase, this is the authorization server base. such as http://localhost:5000.
- MLH:AuthorizationServer:SigningCredentialCertificatePath, this is the authorization server certificate path. such as "E:/xxx.pfx".
- MLH:AuthorizationServer:SigningCredentialCertificatePassword, this is the authorization server certificate password. such as "12345678"
- MLH:SalesApi:ServerBase, this is the sales api server base. such as http://localhost:5100.
- MLH:SalesApi:ClientBase, this is the sales client uri base. such as http://localhost:4200.