sm-services.properties
Summary
This file contains the parameters for the connection to an SM Server. MED loads additional configurations and information needed for tableau interpretation from there.
| Parameter | Domain | Default value | Description |
|---|---|---|---|
| sm.config.provider.baseURL | HTTP address | http://\{some server\}:8091/config/ | Path to an SM resource providing a config service. |
| sm.config.provider.authorization.user | String | Technical user authorized to call the config service, Base64 encoded. | |
| sm.config.provider.authorization.password | String | Password for this technical user, Base64 encoded. | |
| sm.config.provider.readTimeout | Number | 60000 | Read timeout for config service. |
| sm.config.provider.connectTimeout | Number | 60000 | Connect timeout for config service. |
| sm.data.container.provider.baseURL | HTTP address | http://\{some server\}:8091/service/dc/ | Path to an SM resource providing a global configuration service. |
| sm.data.container.provider.authorization.user | String | Technical user authorized to call the DC service, Base64 encoded. | |
| sm.data.container.provider.authorization.password | String | Password for this technical user, Base64 encoded. | |
| sm.data.container.provider.readTimeout | Number | 60000 | Read timeout for DC service. |
| sm.data.container.provider.connectTimeout | Number | 60000 | Connect timeout for DC service. |
| sm.structure.provider.baseURL | HTTP address | http://\{some server\}:8091/service/structure/ | Path to an SM resource providing a structure information service. |
| sm.structure.provider.authorization.user | String | Technical user authorized to call the structure information service, Base64 encoded. | |
| sm.structure.provider.authorization.password | String | Password for this technical user, Base64 encoded. | |
| sm.structure.provider.readTimeout | Number | 60000 | Read timeout for structure information service. |
| sm.structure.provider.connectTimeout | Number | 60000 | Connect timeout for structure information service. |