mirror of
https://github.com/safing/portbase
synced 2026-05-01 21:21:23 +00:00
Add StackableAnnotation and update wording
This commit is contained in:
parent
8a39b73c9c
commit
45d8d7eaf9
5 changed files with 12 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue