Sha256: 6f13c31f15fabe398051190af301f42e4545e1a6e7e3b4c0fb823497bf30e769

Contents?: true

Size: 518 Bytes

Versions: 3

Compression:

Stored size: 518 Bytes

Contents

geoserver:
  # Set to the REST API for the GeoServer
  url: "http://host/geoserver/rest"
  # Optional user/password, set to false to disable
  user: "admin"
  password: "mypassword"
  # Set to your GWC server, or "builtin" for the one bundled with GeoServer
  geowebcache_url: "builtin"
  # RestClient: 
  restclient:
    # Set to false to disable or stdout/stderr or 'filename.out'
    logfile: 'rgeoserver.log' #stdout
    # Timeout (in seconds)
    timeout: 300
    # Open Timeout (in seconds)
    open_timeout: 60

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
geohydra-0.3.3 config/environments/example_rgeoserver.yml
geohydra-0.3.1 config/environments/example_rgeoserver.yml
geohydra-0.3 config/environments/example_rgeoserver.yml