Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 927134fa authored by Guillaume Thomazon's avatar Guillaume Thomazon
Browse files

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
parent 8b78589f
No related branches found
No related tags found
No related merge requests found
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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment