Skip to content

Commit

Permalink
Add MapStore config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Pini committed May 12, 2020
1 parent b806fa9 commit 4b88067
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions mapstore/geostore-datasource-ovr.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#Default Postgres Connection values
geostoreDataSource.driverClassName=org.postgresql.Driver
geostoreDataSource.url=jdbc:postgresql://database:5432/geostore
geostoreDataSource.username=geostore
geostoreDataSource.password=geostore
geostoreVendorAdapter.databasePlatform=org.hibernate.dialect.PostgreSQLDialect
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.hbm2ddl.auto]=validate
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.default_schema]=geostore
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
1 change: 1 addition & 0 deletions security-proxy/targets-mapping.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ geoserver=http://geoserver:8080/geoserver/
header=http://header:8080/header/
mapfishapp=http://mapfishapp:8080/mapfishapp/
geowebcache=http://geowebcache:8080/geowebcache/
mapstore=http://mapstore:8080/mapstore/

0 comments on commit 4b88067

Please sign in to comment.