runMode property
The run mode of the server.
This is used to determine if additional database integrity checks should be run, since they can be expensive and not matter in production.
If the run mode is not set, the migration manager will not run any additional database integrity checks. This config only matters if using the MigrationManager to run migrations. For other use cases, the run mode is not relevant.
Implementation
final String? runMode;