Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Warning | ||
---|---|---|
| ||
Все URL указываются в нижнем регистре. |
Перейдите в каталог C:\inetpub\wwwroot\uc\assets\config и отредактируйте файл config.prod.json:
env:
- url - URL inRights Indeed PAM User Console
- useremoteapp - режим запуска опубликованного приложения
Code Block | ||
---|---|---|
| ||
"env": { "name": "PROD", "lang": "ru", "url": "https://pam.domain.local/uc", "useremoteapp": true }, |
apiServer:
- url - URL inRights Indeed PAM Core
Code Block | ||
---|---|---|
| ||
"apiServer": { "url": "https://pam.domain.local/api" }, |
gatewayServer:
- address - DNS-имя inRights Indeed PAM Gateway или RDCB (Remote Desktop Connection Broker)
Code Block | ||
---|---|---|
| ||
"gatewayServer": { "address": "pamgateway.domain.local" }, |
idp:
- url - URL inRights Indeed PAM IdP
- requireHttps - требовать защищённое подключение
Code Block | ||
---|---|---|
| ||
"idp": { "url": "https://pam.domain.local/idp", "requireHttps": true } |
Backtotop | ||||
---|---|---|---|---|
|