diff --git a/mapstore/geostore-datasource-ovr.properties b/mapstore/geostore-datasource-ovr.properties new file mode 100644 index 00000000..89efcdbc --- /dev/null +++ b/mapstore/geostore-datasource-ovr.properties @@ -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 diff --git a/security-proxy/targets-mapping.properties b/security-proxy/targets-mapping.properties index 1e05742e..7b565e76 100644 --- a/security-proxy/targets-mapping.properties +++ b/security-proxy/targets-mapping.properties @@ -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/