Add StackableAnnotation and update wording

This commit is contained in:
Patrick Pacher 2020-10-20 12:40:20 +02:00 committed by Daniel
parent 8a39b73c9c
commit 45d8d7eaf9
5 changed files with 12 additions and 6 deletions

View file

@ -41,7 +41,7 @@ func registerConfig() error {
err := config.Register(&config.Option{
Name: "API Address",
Key: CfgDefaultListenAddressKey,
Description: "Define on which IP and port the API should listen on.",
Description: "Defines the IP address and port for the internal HTTP database API.",
OptType: config.OptTypeString,
ExpertiseLevel: config.ExpertiseLevelDeveloper,
ReleaseLevel: config.ReleaseLevelStable,