diff --git a/pom.xml b/pom.xml index 1ab07d485e4f6c1bdcda7f8caa724295233561e5..2df0730d75618bbe8e685cb46a6e2903bb3b9dca 100644 --- a/pom.xml +++ b/pom.xml @@ -216,7 +216,7 @@ </activation> <properties> <cas.service>http://127.0.0.1:8080/proxy/</cas.service> - <evsclient.url>http://127.0.0.1:8080/EVSClient/</evsclient.url> + <evsclient.url>http://gazelle.ihe.net/EVSClient/</evsclient.url> <dicom.storage>/tmp/DICOM</dicom.storage> <storage.tmp>/tmp</storage.tmp> @@ -305,58 +305,6 @@ </properties> </profile> - <profile> - <id>eucat</id> - - <activation> - <activeByDefault>false</activeByDefault> - </activation> - - <properties> - <cas.service>http://131.114.254.7:8080/proxy/</cas.service> - <!-- <cas.service>http://surimi.irisa.fr:8080/proxy/</cas.service> --> - - <evsclient.url>http://jumbo-2.irisa.fr:8080/EVSClient/</evsclient.url> - <!-- <storage.dicom>/Volumes/My\ Book/proxy/DICOM</storage.dicom> --> - <!-- <storage.tmp>/Volumes/My\ Book/proxy/tmp</storage.tmp> --> - <storage.dicom>/opt/proxy/DICOM</storage.dicom> - <storage.tmp>/opt/proxy/tmp</storage.tmp> - - <!-- development mode (disable in production) --> - <seam.debug>false</seam.debug> - - <!-- datasource configuration --> - <jdbc.connection.url>jdbc:postgresql://localhost/gazelle-proxy</jdbc.connection.url> - <jdbc.driver.class>org.postgresql.Driver</jdbc.driver.class> - <jdbc.user>gazelle</jdbc.user> - <jdbc.password>gazelle</jdbc.password> - <min.pool.size>10</min.pool.size> - <max.pool.size>50</max.pool.size> - - <!-- pki datasource configuration --> - <jdbc.pki.connection.url>jdbc:postgresql://localhost/gazelle-proxy</jdbc.pki.connection.url> - <jdbc.pki.user>gazelle</jdbc.pki.user> - <jdbc.pki.password>gazelle</jdbc.pki.password> - - <!-- development mode (exclude in production) --> - <exclude.bootstrap>true</exclude.bootstrap> - - <!-- package exploded war file --> - <exploded.war.file>false</exploded.war.file> - - <!-- persistence.xml configuration --> - <hibernate.dialect> - org.hibernate.dialect.PostgreSQLDialect - </hibernate.dialect> - <hibernate.hbm2ddl.auto> - update - </hibernate.hbm2ddl.auto> - <hibernate.show_sql> - false - </hibernate.show_sql> - </properties> - </profile> - </profiles> <modules>