Sha256: ca983553513117093c9091fa9a7ffc3fc7ca0131fe4fb98c502d1a8bbf3f7a0d

Contents?: true

Size: 433 Bytes

Versions: 9

Compression:

Stored size: 433 Bytes

Contents

development:
  adapter: thin
  server: "http://localhost:9292"
  secret_token: "secret"
  mount: '/faye'
test:
  adapter: thin
  server: "http://localhost:9292"
  secret_token: "secret"
  mount: '/faye'
production:
  adapter: thin
  server: "http://faye.example.com"
  mount: '/faye'
  secret_token: "<%= defined?(SecureRandom) ? SecureRandom.hex(32) : ActiveSupport::SecureRandom.hex(32) %>"
  signature_expiration: 3600 # one hour

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
edmond-danthes-2.1.1 lib/generators/templates/danthes.yml
edmond-danthes-2.1.0 lib/generators/templates/danthes.yml
danthes-2.0.1 lib/generators/templates/danthes.yml
danthes-2.0.0 lib/generators/templates/danthes.yml
danthes-1.0.5 lib/generators/templates/danthes.yml
danthes-1.0.4 lib/generators/templates/danthes.yml
danthes-1.0.3 lib/generators/templates/danthes.yml
danthes-1.0.2 lib/generators/templates/danthes.yml
danthes-1.0.1 lib/generators/templates/danthes.yml