md-services.properties
Summary
MED can request item information from SDC. This file holds the properties to configure the endpoint for this communication. Authentication parameters for secure connection to SDC are defined here as well.
| Parameter | Domain | Default value | Description |
|---|---|---|---|
| gkr.md.rest-client.baseUrl | HTTP address | http://localhost:50000/swee-sdc/tenants/{tenantId}/rest-services | The base url of the SDC master data rest service. |
| gkr.md.rest-client.http.auth.type | BASIC | Authentication type | |
| gkr.md.rest-client.http.auth.username | String | med | Authentication user |
| gkr.md.rest-client.http.auth.password_encrypted | String | Encrypted authentication password, encoded in Base64. | |
| gkr.md.rest-client.http.connectionTimeout | Number | 60000 | Read timeout for SDC master data rest service |
| gkr.md.rest-client.http.readTimeout | Number | 60000 | Connect timeout for SDC master data rest service |