1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/pybind
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
..
llarp add conf.d directory for config overrides (#1410) 2020-10-21 08:58:08 -04:00
CMakeLists.txt Peek at peer stats db in test_peer_stats 2020-07-02 10:22:02 -06:00
common.hpp Use HiveContext and HiveRouter properly 2020-07-02 10:26:53 -06:00
module.cpp Use HiveContext and HiveRouter properly 2020-07-02 10:26:53 -06:00