gpt4 book ai didi

Erlang store 初始应用配置

转载 作者:行者123 更新时间:2023-12-03 20:52:52 25 4
gpt4 key购买 nike

我正在开发一个监控应用程序,我必须在启动时传入一些初始配置,其中包含几个 IP 地址列表。将这些数据传递给应用程序的 OTP 方式是什么 - 通过 .app 文件还是有其他普遍接受的方式?

最佳答案

使用 Erlang configuration file :

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.



如果你需要在运行时覆盖它们,你可以使用 application:set_env/3 ,但要小心。

关于Erlang store 初始应用配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6748749/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com