Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.

These options were initially included in the configuration file with the GDA configuration until version 0.3.0 when the config loading was made lazy and the CLI was introduced.

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