From 0ac9f12306e7a4a0885844148a8309e40bde45c3 Mon Sep 17 00:00:00 2001
From: Guillaume Thomazon <gtn@kereval.com>
Date: Thu, 25 Jul 2013 09:44:42 +0000
Subject: [PATCH] usage of cas is disable by default

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@36758 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
---
 gazelle-proxy-ear/src/main/sql/init.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gazelle-proxy-ear/src/main/sql/init.sql b/gazelle-proxy-ear/src/main/sql/init.sql
index 3c3d6328..3aba4490 100644
--- a/gazelle-proxy-ear/src/main/sql/init.sql
+++ b/gazelle-proxy-ear/src/main/sql/init.sql
@@ -1,11 +1,11 @@
 INSERT INTO app_configuration (id, variable, value) VALUES (1, 'evs_client_url', 'http://gazelle.ihe.net/EVSClient/');
 INSERT INTO app_configuration (id, variable, value) VALUES (2, 'storage_dicom', '/opt/proxy/DICOM');
 INSERT INTO app_configuration (id, variable, value) VALUES (3, 'cas_service', 'http://gazelle.ihe.net/proxy/');
-INSERT INTO app_configuration (id, variable, value) VALUES (4, 'application_works_without_cas', 'false');
+INSERT INTO app_configuration (id, variable, value) VALUES (4, 'application_works_without_cas', 'true');
 INSERT INTO app_configuration (id, variable, value) VALUES (5, 'application_release_notes_url', 'http://gazelle.ihe.net/jira/browse/PROXY#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel');
 INSERT INTO app_configuration (id, variable, value) VALUES (6, 'application_documentation', 'http://gazelle.ihe.net/content/proxy-0');
 INSERT INTO app_configuration (id, variable, value) VALUES (7, 'application_issue_tracker', 'http://gazelle.ihe.net/jira/browse/PROXY');
 INSERT INTO app_configuration (id, variable, value) VALUES (8, 'proxy_ip_addresses', 'to be defined by an admin user');
 INSERT INTO app_configuration (id, variable, value) VALUES (10, 'min_proxy_port', '10000');
 INSERT INTO app_configuration (id, variable, value) VALUES (11, 'max_proxy_port', '11000');
-SELECT pg_catalog.setval('app_configuration_id_seq', 11, true);
\ No newline at end of file
+SELECT pg_catalog.setval('app_configuration_id_seq', 11, true);
-- 
GitLab