Skip to content

Commit

Permalink
geoserver: list extensions on separate line for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvu committed Jul 18, 2024
1 parent 63fbbc5 commit 6282c9c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions birdhouse/config/geoserver/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,23 @@ export GEOSERVER_ADMIN_USER="admin"

# # Install the stable plugin specified in
# https://github.com/kartoza/docker-geoserver/blob/master/build_data/stable_plugins.txt
export GEOSERVER_STABLE_EXTENSIONS="grib-plugin,netcdf-plugin,netcdf-out-plugin,csw-iso-plugin,metadata-plugin"
export GEOSERVER_STABLE_EXTENSIONS="grib-plugin,\
netcdf-plugin,\
netcdf-out-plugin,\
csw-iso-plugin,\
metadata-plugin"

# Install the community edition plugins specified in
# https://github.com/kartoza/docker-geoserver/blob/master/build_data/community_plugins.txt
export GEOSERVER_COMMUNITY_EXTENSIONS="geopkg-plugin,\
ogcapi-coverages-plugin,ogcapi-dggs-plugin,ogcapi-features-plugin,ogcapi-images-plugin,\
ogcapi-maps-plugin,ogcapi-styles-plugin,ogcapi-tiled-features-plugin,ogcapi-tiles-plugin,\
ogcapi-coverages-plugin,\
ogcapi-dggs-plugin,\
ogcapi-features-plugin,\
ogcapi-images-plugin,\
ogcapi-maps-plugin,\
ogcapi-styles-plugin,\
ogcapi-tiled-features-plugin,\
ogcapi-tiles-plugin,\
stac-datastore-plugin"

# Must use single-quote for delayed eval.
Expand Down

0 comments on commit 6282c9c

Please sign in to comment.