X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=security%2Fruntime%2Forg.argeo.security.ria%2Fconfig.json;h=2cff0013cc92ce128ff16c61ba76de037aab4f51;hb=9e370dc81ada8cf864aabecce3c45e7ef8628731;hp=edbea55bfbb8bcc66cc4b7b5b144580b9ad615de;hpb=79448bb289a3189aef143139eba1b6b3324d6ead;p=lgpl%2Fargeo-commons.git diff --git a/security/runtime/org.argeo.security.ria/config.json b/security/runtime/org.argeo.security.ria/config.json index edbea55bf..2cff0013c 100644 --- a/security/runtime/org.argeo.security.ria/config.json +++ b/security/runtime/org.argeo.security.ria/config.json @@ -62,11 +62,14 @@ "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.StartupPerspective":"org.argeo.slc.web.LauncherPerspective" + "ria.branding.splashScreen" : "ria/ArgeoLogo.png", + "ria.branding.applicationTitle" : "Argeo Security RIA", + "ria.branding.aboutString" : "Argeo Ria is a product of Argeo", + "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.security.ria.Perspective" } },