Sha256: 8dc0403072011812903f50ff103dc2591bf6f56cc26667478502907a944a9fa5
Contents?: true
Size: 343 Bytes
Versions: 6
Compression:
Stored size: 343 Bytes
Contents
development: server: "http://localhost:9292/faye" secret_token: "secret" test: server: "http://localhost:9292/faye" secret_token: "secret" production: server: "http://example.com/faye" secret_token: "<%= defined?(SecureRandom) ? SecureRandom.hex(32) : ActiveSupport::SecureRandom.hex(32) %>" signature_expiration: 3600 # one hour
Version data entries
6 entries across 6 versions & 1 rubygems