前置说明
一、全局基础配置 ig-config.json(必须先配置)
json
{
\”heap\”: {
\”max\”: \”2048m\”
},
\”services\”: {
\”am-instance\”: {
\”type\”: \”AmService\”,
\”url\”: \”https://am.xxx.com/openam\”,
\”realm\”: \”/\”,
\”agent\”: {
\”username\”: \”ig-lpms-agent\”,
\”password\”: \”IG@AM123456\”
},
\”ssl\”: {
\”trustAllCertificates\”: false
},
\”connectionTimeout\”: 5000,