geoserver-microservices sample configuration respository
Go to file
Gabriel Roldan ce2780b6e4
Merge pull request #20 from groldan/additional-crs-factories
Add user_projections/epsg.properties to be referenced by Dockerfile
2024-10-22 20:22:50 -03:00
user_projections Add user_projections/epsg.properties to be referenced by Dockerfile 2024-10-22 19:25:20 -03:00
.gitignore Initial commit 2021-02-12 19:57:51 -03:00
config-service.yml Allow services to override properties from the config server 2023-11-25 20:22:15 -03:00
gateway-service.yml Add routes to /webresources/wfs/** and /webresources/wms/** 2024-08-28 22:37:13 -03:00
geoserver_logging.yml Add org.geoserver.gwc to the default logging level 2024-10-13 20:13:56 -03:00
geoserver_spring.yml Change spring cloud bus channel name to geoserver 2024-03-12 11:49:11 -03:00
geoserver.yml Remove default value for geotools.httpclient.proxy.http.nonProxyHosts 2024-10-21 16:16:06 -03:00
jndi.yml Ease externalization of pgconfig database coordinates with env variables 2024-05-02 10:30:27 -03:00
logback-spring.xml Make default logback profile engage if the json-logs profile was not set 2024-06-20 13:38:36 -03:00
rabbitmq.conf Include logback and rabbitmq config files for json logging 2024-06-16 21:42:27 -03:00
README.md Adapt config to match geoserver-cloud v1.0-M1 2021-03-15 22:42:16 -03:00

Cloud Native GeoServer Externalized configuration sample repository

This repository contains sample/default spring configuration files for all micro-services in the Cloud Native GeoServer project, as used by the config-service, following spring-cloud-config guidelines.