X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Forg.argeo.slc.ria%2Fconfig.json;h=9ed57eb0799e74fa1a880ee076c9b3e47793f4eb;hb=7608332865a01c65a10424e5580a287ff4eb17a7;hp=a1e248d24ac14f7ad1db58aa39c01e74ce05df94;hpb=f5c671ebe1c495a67793c37e78e1eda990d65eba;p=gpl%2Fargeo-slc.git diff --git a/server/org.argeo.slc.ria/config.json b/server/org.argeo.slc.ria/config.json index a1e248d24..9ed57eb07 100644 --- a/server/org.argeo.slc.ria/config.json +++ b/server/org.argeo.slc.ria/config.json @@ -65,10 +65,11 @@ "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", "qx.application" : "${APPLICATION}.Application", - "ria.auth.enableAuth" : "false", - "ria.auth.credentialsURI" : "authService.ria?getCredentials=true", - "ria.auth.loginURI" : "authService.ria", - "ria.auth.logoutURI" : "authService.ria?logout=true", + "ria.splashScreen" : "org.argeo.security.ria/ArgeoLogo.png", + "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" } },