Amygdala Server Configuration
The configuration for the Amygdala launcher is split into two sections.
The Launcher Configuration
This section configures the behaviour of the launcher itself and how it runs, for instance the port that clients should connect to and the logging levels and destinations.
The majority of these options are read from the CLI arguments given when starting the launcher and are described in the CLI reference section.
The GDA Client/Server Configuration
This section configures the way GDA processes are started and managed by GDA, for instance, this includes the location of the GDA deployments and the default deployment to run when one is not specified as well as hooks to run before and after starting/stopping the server.
This configuration is read from a TOML file described in the Amygdala Config Section