Loading go-apps/meep-app-enablement/server/app-support/app-support.go +3 −0 Original line number Original line Diff line number Diff line Loading @@ -94,6 +94,9 @@ func Init(sandbox string, mep string, host *url.URL, msgQueue *mq.MsgQueue, glob mutex = globalMutex mutex = globalMutex mepName = mep mepName = mep // Initialize app info cache appInfoMap = make(map[string]map[string]string) // Set base path & base storage key // Set base path & base storage key if mepName == globalMepName { if mepName == globalMepName { basePath = "/" + sandboxName + "/" + appSupportBasePath basePath = "/" + sandboxName + "/" + appSupportBasePath Loading Loading
go-apps/meep-app-enablement/server/app-support/app-support.go +3 −0 Original line number Original line Diff line number Diff line Loading @@ -94,6 +94,9 @@ func Init(sandbox string, mep string, host *url.URL, msgQueue *mq.MsgQueue, glob mutex = globalMutex mutex = globalMutex mepName = mep mepName = mep // Initialize app info cache appInfoMap = make(map[string]map[string]string) // Set base path & base storage key // Set base path & base storage key if mepName == globalMepName { if mepName == globalMepName { basePath = "/" + sandboxName + "/" + appSupportBasePath basePath = "/" + sandboxName + "/" + appSupportBasePath Loading