Allow to load configuration at runtime?

Considering make this default?

In my opinion, this feature would be really helpful.

Maybe read about DETS (Disk Erlang Term Storage)? You can easily load and save your configuration at runtime.

I had same question here.

Right now, internally, we use our small package for configuration management, and It’s a little bit harder than this gist, because you also need to support different data types when reading strings from ENV.

1 Like