Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
IIS
Warning | ||
---|---|---|
|
Конфигурация
Warning | ||
---|---|---|
| ||
Все URL указываются в нижнем регистре. |
All URLs are specified in lowercase. |
Switch to Перейдите в каталог C:\inetpub\wwwroot\mc\assets\config и отредактируйте файл config folder and edit config.prod.json file:
env:
- url - is URL of Indeed PAM Management Console
- lang - is the user interface language of the component, set it to "en" value.
Code Block | ||
---|---|---|
| ||
"env": { "name": "PROD", "lang": "ruen", "url": "https://pam.indeed-id.demolocal/mc" } |
apiServer:
- url - is URL адрес of Indeed PAM Core
Code Block | ||
---|---|---|
| ||
"apiServer": { "url": "https://pam.indeed-id.demolocal/api" } |
idp:
- url - URL Indeed PAM IdP
- requireHttps - требование защищённого подключенияrequire secure connection
Code Block | ||
---|---|---|
| ||
"idp": { "url": "https://pam.indeed-id.demolocal/idp", "requireHttps": true } |