Mentions légales du service

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

bern profile

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@27836 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent 8fb8e226
No related branches found
No related tags found
No related merge requests found
...@@ -151,6 +151,40 @@ ...@@ -151,6 +151,40 @@
</properties> </properties>
</profile> </profile>
<profile>
<id>bern</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<cas.service>http://gazelle.ihe.net/proxy/</cas.service>
<evsclient.url>http://gazelle.ihe.net/EVSClient/</evsclient.url>
<storage.dicom>/opt/proxy/DICOM</storage.dicom>
<!-- development mode (disable in production) -->
<seam.debug>false</seam.debug>
<!-- datasource configuration -->
<jdbc.connection.url>jdbc:postgresql:gazelle-proxy</jdbc.connection.url>
<jdbc.user>gazelle</jdbc.user>
<jdbc.password>gazelle</jdbc.password>
<min.pool.size>1</min.pool.size>
<max.pool.size>10</max.pool.size>
<!-- persistence.xml configuration -->
<hibernate.hbm2ddl.auto>
update
</hibernate.hbm2ddl.auto>
<hibernate.show_sql>
false
</hibernate.show_sql>
</properties>
</profile>
</profiles> </profiles>
<modules> <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