config
config
File
config
File summary
Configuration file.
Description
A configuration file contains values for configuration parameters for the applications in the system. The erl
command-line argument -config Name
tells the system to use data in the system configuration file Name.config
.
Configuration parameter values in the configuration file override the values in the application resource files (see app(4)
. The values in the configuration file can be overridden by command-line flags (see erts:erl(1)
.
The value of a configuration parameter is retrieved by calling application:get_env/1,2
.