From a04f7c482bcf5fa241fcdf0c38c765691897f906 Mon Sep 17 00:00:00 2001 From: Charles du Jeu Date: Fri, 3 Jul 2009 17:13:55 +0000 Subject: [PATCH] Right config git-svn-id: https://svn.argeo.org/slc/trunk@2694 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- server/org.argeo.slc.ria/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/org.argeo.slc.ria/config.json b/server/org.argeo.slc.ria/config.json index a1e248d24..d5c5cbacc 100644 --- a/server/org.argeo.slc.ria/config.json +++ b/server/org.argeo.slc.ria/config.json @@ -66,9 +66,9 @@ "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.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.StartupPerspective":"org.argeo.slc.web.Perspective" } }, -- 2.39.2