X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Forg.argeo.slc.ria%2Fconfig.json;h=4a4a266bf9fd1a3600f6086e5b3dece30e5fadcc;hb=3fa6f9082cb27ae94109d1de5013e88dc9cb895f;hp=d5c5cbaccf3259b38f768b8720142da01c14c5a5;hpb=a04f7c482bcf5fa241fcdf0c38c765691897f906;p=gpl%2Fargeo-slc.git diff --git a/server/org.argeo.slc.ria/config.json b/server/org.argeo.slc.ria/config.json index d5c5cbacc..4a4a266bf 100644 --- a/server/org.argeo.slc.ria/config.json +++ b/server/org.argeo.slc.ria/config.json @@ -43,6 +43,9 @@ { "manifest" : "${RIA_LIB_PATH}/slc-web/Manifest.json" }, + { + "manifest" : "${RIA_LIB_PATH}/jcr/Manifest.json" + }, { "manifest" : "${ROOT}/Manifest.json" } @@ -65,10 +68,12 @@ "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", "qx.application" : "${APPLICATION}.Application", - "ria.auth.enableAuth" : "false", - "ria.auth.credentialsURI" : "/org.argeo.slc.webapp/getCredentials.ria", - "ria.auth.loginURI" : "/org.argeo.slc.webapp/authService.ria", - "ria.auth.logoutURI" : "/org.argeo.slc.webapp/authService.ria?logout=true", + "ria.branding.splashScreen" : "org.argeo.security.ria/ArgeoLogo.png", + "ria.branding.applicationTitle" : "Slc RIA", + "ria.auth.enableAuth" : "true", + "ria.auth.credentialsURI" : "/org.argeo.security.webapp/getCredentials.ria", + "ria.auth.loginURI" : "/org.argeo.security.webapp/login.ria", + "ria.auth.logoutURI" : "/org.argeo.security.webapp/logout.ria", "ria.StartupPerspective":"org.argeo.slc.web.Perspective" } }, @@ -196,6 +201,10 @@ "manifest" : "${RIA_LIB_PATH}/slc-web/Manifest.json", "uri" : "${RIA_LIB_URI}/slc-web" }, + { + "manifest" : "${RIA_LIB_PATH}/jcr/Manifest.json", + "uri" : "${RIA_LIB_URI}/jcr" + }, { "manifest" : "${RIA_LIB_PATH}/slc/Manifest.json", "uri" : "${RIA_LIB_URI}/slc"