我正在尝试从终端替换config.json文件中的值
BaseUrl
的值{
"http.port": 8060,
"remote.logger": "",
"keycloak.url": "http://localhost:9090",
"jwt.auth.handler.enabled": false,
"security.filters.enabled": false,
"permissions.claims.key": "resource_access/domino-app/roles",
"jwt.protected.resources": [
"/service/*"
],
"auth.openid.connect.certificates.url": "",
"baseUrl": "https:/cloud/",
"port": 8060
}