From 927134fa55ac3efee62c0410d9a8f3bf77da2207 Mon Sep 17 00:00:00 2001 From: Guillaume Thomazon <gtn@kereval.com> Date: Thu, 2 Mar 2017 11:31:58 +0000 Subject: [PATCH] rollback init script git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@56200 356b4b1a-1d2b-0410-8bf1-ffa24008f01e --- gazelle-proxy-ear/src/main/sql/init.sql | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gazelle-proxy-ear/src/main/sql/init.sql b/gazelle-proxy-ear/src/main/sql/init.sql index 98f38c4b..849b119a 100644 --- a/gazelle-proxy-ear/src/main/sql/init.sql +++ b/gazelle-proxy-ear/src/main/sql/init.sql @@ -1,4 +1,4 @@ -INSERT INTO app_configuration (id, variable, value) VALUES (1, 'evs_client_url', 'https://gazelle.ihe.net/EVSClient/'); +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'); --Not use for the moment --INSERT INTO app_configuration (id, variable, value) VALUES (3, 'cas_service', 'http://gazelle.ihe.net/proxy/'); @@ -6,14 +6,14 @@ INSERT INTO app_configuration (id, variable, value) VALUES (4, 'application_work 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', '192.168.20.105'); -INSERT INTO app_configuration (id, variable, value) VALUES (10, 'min_proxy_port', '10199'); -INSERT INTO app_configuration (id, variable, value) VALUES (11, 'max_proxy_port', '13000'); +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'); INSERT INTO app_configuration (id, variable, value) VALUES (12, 'time_zone', 'Europe/Paris'); -INSERT INTO app_configuration (id, variable, value) VALUES (13, 'application_url', 'http://192.168.20.105:8180/proxy'); +INSERT INTO app_configuration (id, variable, value) VALUES (13, 'application_url', 'http://localhost:8080/proxy'); INSERT INTO app_configuration (id, variable, value) VALUES (14, 'cas_url', 'https://gazelle.ihe.net/cas'); INSERT INTO app_configuration (id, variable, value) VALUES (15, 'proxy_oid', '1.1.1.1.1'); -INSERT INTO app_configuration (id, variable, value) VALUES (16, 'ip_login', 'true'); +INSERT INTO app_configuration (id, variable, value) VALUES (16, 'ip_login', 'false'); INSERT INTO app_configuration (id, variable, value) VALUES (17, 'ip_login_admin', '.*'); INSERT INTO app_configuration (id, variable, value) VALUES (18, 'dcmdump_path', '/usr/bin/dcmdump'); INSERT INTO app_configuration (id, variable, value) VALUES (19, 'NUMBER_OF_ITEMS_PER_PAGE', '20'); -- GitLab