【发布时间】:2021-05-25 19:13:30
【问题描述】:
在config/config.exs 有这个:
a1 = 123
# [.........]
# using a1 here ....
# key123: a1
import_config("config2.exs)
但在config/config2.exs 中,变量a1 将不可见。
为什么不呢?以及如何使其在config/config2.exs 中也可见?
简单的解决方案,没有不必要的复杂性。
【问题讨论】: