Commit d7c48810 authored by Dominik Charousset's avatar Dominik Charousset

Revert breaking change to the system config

parent 6205b4ba
...@@ -115,6 +115,8 @@ actor_system_config::actor_system_config() ...@@ -115,6 +115,8 @@ actor_system_config::actor_system_config()
"excluded components for logging") "excluded components for logging")
.add<bool>("inline-output", "disable logger thread (for testing only!)"); .add<bool>("inline-output", "disable logger thread (for testing only!)");
opt_group{custom_options_, "middleman"} opt_group{custom_options_, "middleman"}
.add<atom_value>("network-backend",
"either 'default' or 'asio' (if available)")
.add<std::vector<string>>("app-identifiers", .add<std::vector<string>>("app-identifiers",
"valid application identifiers of this node") "valid application identifiers of this node")
.add<string>("app-identifier", "DEPRECATED: use app-identifiers instead") .add<string>("app-identifier", "DEPRECATED: use app-identifiers instead")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment