-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathgeostore-datasource-ovr.properties
24 lines (20 loc) · 1.21 KB
/
geostore-datasource-ovr.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#Default Postgres Connection values
geostoreDataSource.driverClassName=org.postgresql.Driver
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.default_schema]=mapstore
geostoreVendorAdapter.generateDdl=true
geostoreVendorAdapter.showSql=false
### USERS INITIALIZATION
## Sample users are "admin" and "user" (this is DEFAULT configuration, already set in the applicationContext)
#geostoreInitializer.categoryListInitFile=classpath:sample_users.xml
## Use this form to point to an absolute file path
#geostoreInitializer.userListInitFile=file://path/to/your/file
### CATEGORIES INITIALIZATION
# A couple of sample categories. Use this XML file as template for yours. (this is DEFAULT configuration, already set in the applicationContext)
#geostoreInitializer.categoryListInitFile=classpath:sample_categories.xml
## Use this form to point to an absolute file path
#geostoreInitializer.categoryListInitFile=file://path/to/your/file