Config example
Hello please provide an example on how the app.config should look for econfig.
{ econfig,[ { confs, [{config_name, ["/srv/www/src/config.ini"], [autoreload]} ] } ] }
Something like this ?
Silviu
should be yes: https://github.com/benoitc/econfig/blob/master/src/econfig_server.erl#L511-L538
For some reason for me is working only in case I use [{[autoreload, false]}]. With [{autoreload, true}] is not working. It's crashing when it's starting. I will investigate why.. Maybe I missed a dependency..
Silviu
@silviucpp will check tomorrow :)
@silviucpp can you paste me the crash log you have? It can help also :)