source: ether_statistics/persistence/implementation/hibernate.properties @ 569

Last change on this file since 569 was 569, checked in by vmipsl, 12 years ago

Nouveau projet

File size: 481 bytes
Line 
1hibernate.connection.driver_class = org.postgresql.Driver
2hibernate.connection.url=jdbc:postgresql://darkstar.private.ipsl.fr:5432/megapoli_4
3#hibernate.connection.url=jdbc:postgresql://darkstar.private.ipsl.fr:5432/MEGAPOLI_VM4
4hibernate.connection.username=postgres
5#hibernate.c3p0.min_size=5
6#hibernate.c3p0.max_size=10
7#hibernate.c3p0.timeout=300
8#hibernate.c3p0.max_statements=50
9#hibernate.c3p0.idle_test_period=3000
10hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
Note: See TracBrowser for help on using the repository browser.