1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/config
Jeff 12eb32a816
add conf.d directory for config overrides (#1410)
* add conf.d directory for config overrides

* refactor llarp::Config

* add explicit constructor with datadir as parameter
* have all config files be passed as std::optional
* make Config::LoadDefault private and use std::optional in Config::Load to remove ambiguity
* update rest of codebase to reflect above changes

* fix pybind

* rename bootstrap config skipBootstrap to seednode as it's more descriptive
* make seednode configurable
* make pybind layer compile
* make pybind layer run
2020-10-21 08:58:08 -04:00
..
config.cpp add conf.d directory for config overrides (#1410) 2020-10-21 08:58:08 -04:00
config.hpp add conf.d directory for config overrides (#1410) 2020-10-21 08:58:08 -04:00
definition.cpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
definition.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
ini.cpp add conf.d directory for config overrides (#1410) 2020-10-21 08:58:08 -04:00
ini.hpp add conf.d directory for config overrides (#1410) 2020-10-21 08:58:08 -04:00
key_manager.cpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
key_manager.hpp initial working code 2020-07-02 11:07:31 -04:00