Send config state as part of the status
This commit is contained in:
committed by
Johannes Zellner
parent
8a0fe413ba
commit
64c888fbdb
@@ -303,7 +303,8 @@ function getStatus(callback) {
|
||||
boxVersionsUrl: config.get('boxVersionsUrl'),
|
||||
apiServerOrigin: config.apiServerOrigin(), // used by CaaS tool
|
||||
provider: config.provider(),
|
||||
cloudronName: cloudronName
|
||||
cloudronName: cloudronName,
|
||||
configState: gConfigState
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user