Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bfcb5a14 authored by Gabriel Landais's avatar Gabriel Landais
Browse files

Profiles

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@23405 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent 27444264
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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