We've added some externally hosted basemap layers using local_settings.py but I thnk that has broken the print functionality with the error:
The Geoserver configuration documentation outlines the structure of this file:
But it doesn't say where that file should be located on the server.
which suggests the location should perhaps be /usr/share/geoserver/data
I'm running the docker compose version of GeoNode since we couldn't get a build from source version running. So I plan to create the config.yml file and link it into the relevant docker container.
However I can't find the path /usr/share/geoserver/data on any of the docker containers.
So the questions I have are:
2. If so, what docker container should this file be written to?
3. What path on that container should the file be located?
Thanks,
Scott