...
The following tables define each of the leave properties in the elm-sync configuration. See the example above for the property paths.
...
elm-sync Server Configuration: elm-sync, server
Key
Description
url
URL of the SQLite database. This database will be created if it does not exist.
driver-class-name
The SQLite driver class name, usually org.sqlite.JDBC
.
Possible values are GET
, POST
, PUT
, DELETE
, OPTIONS
, PATCH
and ALL
username
The SQLite database user name
password
Key | Description |
---|
client-id
The CDCM server OAuth 2 client id
client-secret
The CDCM server OAuth 2 client secret
Persistance: datasource
| A name for this elm-sync server instance |
| The URL to access the current CDCM to ELM Sync mapping information, the data from the SQLite object_mapping table. |
| |
| |
| |
| |
| The port for the elm-sync server |
| /sandbox, the path for the elm-sync controllers e.g., http://localhost:8080/sandbox/api/v1/objectMappings |
elm-sync Persistance: datasource
Key | Description |
---|---|
| URL of the SQLite database. This database will be created if it does not exist. |
| The SQLite driver class name, usually Possible values are |
| The SQLite database user name |
| The SQLite database password |
CDCM Server: cdcm
Specifies the CDCM server and space key to synchronize with ELM GCM:
Key | Description |
---|---|
| URL of the CDCM server to synchronize |
| The key of the Space containing the Configuration Areas to sync to ELM GCM |
CDCM Security: spring.security.oauth2
Specifies the CDCM OAuth 2 security information.
Key | Description |
---|---|
| The CDCM server OAuth 2 client id |
| The CDCM server OAuth 2 client secret |
IBM ELM Server: ibm-elm
Specifies the IBM ELM GCM server that will be synchronized with the CDCM Space.
Key | Description |
---|---|
| URL of the ELM GCM server to synchronize with |
| Path of the ELM GCM service to create a project area. |
| Path of the ELM GCM service to update a configuration. |
| Path of the ELM GCM service to create a project area. |
Future consideration: these API paths are defined by the GCM REST API at https://jazz.net/gc/doc/scenarios and https://jazz.net/jts/doc/scenarios and may not be need to be configured manually.
ELM GCM Security Configuration: smartfacts.oauth10a
CDCM Configuration Area Mappings: configuration.area.mapping
Links
...