Configuration
Description of the Configuration Files.
You will only need to touch the following configurations if you are installing Rembrandt manually.
Back-End
Key | Type | Description | Example or Default |
resourceTypeInitializer |
| ||
└─ enable |
| Determines if the initializer for the root types should run on start up. |
|
| |||
resourceInstanceInitializer |
| ||
├─ enable |
| Determines if the initializer for the instances should run on start up. |
|
├─ random |
| If true, the resource instances will be generated with random content. |
|
├─ targetAmountOfHumanResources |
| Number of human resource instances to create. |
|
└─ targetAmountOfExhaustibleResources |
| Number of exhaustible resource instances to create. |
|
docker |
| ||
├─ configuration |
| The configuration for the docker host. See this docs for examples. | |
└─ socketPath |
| Connect to docker by socket | "//./pipe/docker_engine" (for windows) "/var/run/docker.sock" (for Unix) |
├─ containerPrefix |
| The prefix that should be used for naming docker containers created by Rembrandt | "rembrandt-" |
└─ dataExchangeDirectory |
| Directory, where files for data exchange with docker containers should take place (must exist). | "dataExchange" |
Last updated