Commit b8f95e91 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Desactiva durabilidad, corrige nombre de configs

parent 651eebd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ GEOSERVER_ADMIN_PASSWORD=changeme
STABLE_EXTENSIONS=css-plugin,inspire-plugin,csw-plugin,netcdf-plugin,netcdf-out-plugin,ysld-plugin
COMMUNITY_EXTENSIONS=jms-cluster-plugin
CLUSTERING=true
CLUSTER_DURABILITY=true
CLUSTER_DURABILITY=false
TOMCAT_EXTRAS=false
GEOSERVER_LABEL_COLOR=white
GEOSERVER_LABEL_BACKGROUND=black
+2 −2
Original line number Diff line number Diff line
@@ -173,9 +173,9 @@ configs:
    file: ./config/web.xml

  master-cluster-properties-config:
    name: ${MASTER_CLUSTER_PROPERTIES_CONFIG_NAME:-master-geoserver-cluster-properties-config}
    name: ${MASTER_CLUSTER_PROPERTIES_CONFIG_NAME:-geoserver-master-cluster-properties-config}
    file: ./config/master-cluster.properties

  node-cluster-properties-config:
    name: ${NODE_CLUSTER_PROPERTIES_CONFIG_NAME:-node-geoserver-cluster-properties-config}
    name: ${NODE_CLUSTER_PROPERTIES_CONFIG_NAME:-geoserver-node-cluster-properties-config}
    file: ./config/node-cluster.properties