CREX-3129 Update parent and service manager apps to be singleton

This commit is contained in:
Mike Robinet
2015-09-24 15:51:51 -05:00
committed by Yaima Valdivia
parent a78459347b
commit 7defe1cc61
18 changed files with 36 additions and 18 deletions

View File

@@ -13,7 +13,8 @@ definition(
iconUrl: "https://cloud.lifx.com/images/lifx.png",
iconX2Url: "https://cloud.lifx.com/images/lifx.png",
iconX3Url: "https://cloud.lifx.com/images/lifx.png",
oauth: true) {
oauth: true,
singleInstance: true) {
appSetting "clientId"
appSetting "clientSecret"
}