Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mapstore/geostore-datasource-ovr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ geostoreDataSource.url=jdbc:postgresql://localhost:5432/georchestra
geostoreDataSource.username=georchestra
geostoreDataSource.password=georchestra
geostoreVendorAdapter.databasePlatform=org.hibernate.dialect.PostgreSQLDialect
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.hbm2ddl.auto]=validate
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.hbm2ddl.auto]=update
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.default_schema]=mapstore
geostoreVendorAdapter.generateDdl=true
geostoreVendorAdapter.showSql=false
Expand Down
Loading