X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Forg.argeo.slc.ria%2Fconfig.json;h=f56b4569486859f6c3eeafc9207587ce2d8c6cf2;hb=56bce4098c8830b2cb313350ebcd2eb9bbce60b4;hp=442a7a621458c68c12288a1d7943ad77f8b489f2;hpb=5f2e766337b44b8f3e1a1f7522b52d1dc01516e8;p=gpl%2Fargeo-slc.git diff --git a/server/org.argeo.slc.ria/config.json b/server/org.argeo.slc.ria/config.json index 442a7a621..f56b45694 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,11 @@ "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", "qx.application" : "${APPLICATION}.Application", + "ria.splashScreen" : "org.argeo.security.ria/ArgeoLogo.png", "ria.auth.enableAuth" : "true", - "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.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 +200,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"