Configuration
Description of the Configuration Files.
Last updated
Was this helpful?
Description of the Configuration Files.
Last updated
Was this helpful?
Key
Type
Description
Example or Default
resourceTypeInitializer
object
└─ enable
boolean
Determines if the initializer for the root types should run on start up.
true
resourceInstanceInitializer
object
├─ enable
boolean
Determines if the initializer for the instances should run on start up.
true
├─ random
boolean
If true, the resource instances will be generated with random content.
true
├─ targetAmountOfHumanResources
number
Number of human resource instances to create.
10
└─ targetAmountOfExhaustibleResources
number
Number of exhaustible resource instances to create.
10
docker
object
├─ configuration
object
The configuration for the docker host. for examples.
└─ socketPath
string
Connect to docker by socket
"//./pipe/docker_engine" (for windows) "/var/run/docker.sock" (for Unix)
├─ containerPrefix
string
The prefix that should be used for naming docker containers created by Rembrandt
"rembrandt-"
└─ dataExchangeDirectory
string
Directory, where files for data exchange with docker containers should take place (must exist).
"dataExchange"