make app provider config similar to other services

This commit is contained in:
David Christofas
2022-04-25 15:43:31 +02:00
parent 9e20992c0b
commit c70a60d7bc
8 changed files with 186 additions and 43 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
Gateway(cfg),
// Users(cfg),
// Groups(cfg),
AppProvider(cfg),
// AppProvider(cfg),
// AuthBasic(cfg),
AuthBearer(cfg),
AuthMachine(cfg),