Sha256: bcecb6625f57eb4fd3a6a1c7f4a675228520bb5a7954c0319fdd9accc6e14f20

Contents?: true

Size: 780 Bytes

Versions: 7

Compression:

Stored size: 780 Bytes

Contents

# Define varnish for all environments that make use of it.
# Currently all options must be specified. This will change in a future
# version to only need definition of non default values of varnish.

# host:       The host which you access your varnish server from. This 
#             is particularly useful when you cache more than one host
#             with one varnish instance (default: localhost)

# post:       The port of your varnish telnet server (default: 6082)

# timeout:    Timeout in seconds when connecting to varnish (default: 1)

# keep_alive: Set to true, to keep the connection alive (default: false)

development:
  host: localhost
  port: 6082
  timeout: 1
  keep_alive: false
  
production:
  host: example.com
  port: 6082
  timeout: 1
  keep_alive: false

Version data entries

7 entries across 5 versions & 1 rubygems

Version Path
shellac-0.0.2.4 lib/generators/templates/config/varnish.yml
shellac-0.0.2.3 lib/generators/templates/config/varnish.yml
shellac-0.0.2.1 lib/generators/templates/config/varnish.yml
shellac-0.0.2.1 lib/generators/templates/varnish.yml
shellac-0.0.2 lib/generators/templates/config/varnish.yml
shellac-0.0.2 lib/generators/templates/varnish.yml
shellac-0.0.1 lib/generators/templates/varnish.yml