Skip to content

Commit

Permalink
update default_schema to match mapstore
Browse files Browse the repository at this point in the history
name in default postgres connection values
  • Loading branch information
lpasquali committed Sep 22, 2020
1 parent ffd124e commit 9ba3bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapstore/geostore-datasource-ovr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ geostoreDataSource.username=georchestra
geostoreDataSource.password=georchestra
geostoreVendorAdapter.databasePlatform=org.hibernate.dialect.PostgreSQLDialect
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.hbm2ddl.auto]=validate
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.default_schema]=geostore
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.default_schema]=mapstore
geostoreVendorAdapter.generateDdl=true
geostoreVendorAdapter.showSql=false

Expand Down

0 comments on commit 9ba3bac

Please sign in to comment.