Open pmauduit opened 1 year ago
We currently provide this datadir with 2 flavors (geofence / native security), for each major geOrchestra release. I think it would complicate things a lot if we were to take into account all deployment possibilities with branches. Instead, I think the deployment should take care of updating the provided files to their needs (eg geoserver running on docker does it here: https://github.com/georchestra/georchestra/blob/master/geoserver/webapp/src/docker/docker-entrypoint.d/00-geoserver-bootstrap
By default though, this repository should not assume we're running on docker but on a plain old "standard" install like the one we provide instructions for on https://github.com/georchestra/georchestra/blob/master/docs/setup.md. As a result, the provided GWC config should not use "database" as db host by default.
Good catch ! Thanks Pierre
Introduced with https://github.com/georchestra/geoserver_minimal_datadir/pull/14, this leads to some questions which wheren't an issue when previously using h2 db: