mirror of
https://github.com/safing/portbase
synced 2025-09-01 18:19:57 +00:00
Add config ordering
This commit is contained in:
parent
bfc34f808a
commit
61e689a513
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ func registerConfig() error {
|
|||
Name: "API Address",
|
||||
Key: "api/listenAddress",
|
||||
Description: "Define on which IP and port the API should listen on.",
|
||||
Order: 128,
|
||||
OptType: config.OptTypeString,
|
||||
ExpertiseLevel: config.ExpertiseLevelDeveloper,
|
||||
ReleaseLevel: config.ReleaseLevelStable,
|
||||
|
|
Loading…
Add table
Reference in a new issue