Configuration tables
The Coral server is configured using configuration tables. The following tables are available:Setting configuration options
Configuration options can be set with two different methods. Configuration options set in a higher priority method will override options set in a lower priority method. In order of priority, highest to lowest:1. Command line
Options can be specified via the command line. Depending on how the Coral server is started, the command line options may be specified in different ways, such as:Gradle
NPM
--<table>.<key>=<value>, keys can be specified in:
- lower case
- camel case
- snake case
2. Configuration file
The Coral server will load a TOML configuration file from a path specified by theCONFIG_FILE_PATH environment variable. There is no default location for the configuration file; if the environment
variable is not set, no configuration file will be loaded.
Example:
Environment variables
/path/to/config.toml