Add config ordering

This commit is contained in:
Daniel 2020-04-24 09:51:55 +02:00
parent bfc34f808a
commit 61e689a513

View file

@ -37,6 +37,7 @@ func registerConfig() error {
Name: "API Address", Name: "API Address",
Key: "api/listenAddress", Key: "api/listenAddress",
Description: "Define on which IP and port the API should listen on.", Description: "Define on which IP and port the API should listen on.",
Order: 128,
OptType: config.OptTypeString, OptType: config.OptTypeString,
ExpertiseLevel: config.ExpertiseLevelDeveloper, ExpertiseLevel: config.ExpertiseLevelDeveloper,
ReleaseLevel: config.ReleaseLevelStable, ReleaseLevel: config.ReleaseLevelStable,