Skip to content

Add show-config admin command

Ticho 34782694 requested to merge (removed):show-config into next

Adding new "show-config" admin command to show active config values.

For this, new getter functions were needed, since the Config struct is private. These were added in a separate commit.

The exemption for now is the proxy configuration, since the ProxyConfig struct is also private - maybe it could be made public?


  • I ran cargo fmt and cargo test
  • I agree to release my code and all other changes of this MR under the Apache-2.0 license
Edited by Ticho 34782694

Merge request reports