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 will 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 erl(1)
).
The value of a configuration parameter is retrieved by calling application:get_env/1,2
.
File syntax
The configuration file should be called Name.config登录查看完整内容