Sha256: 396e754c141d5139699ad6ec2e0388bcb0b816ed0b87ecb16cf324a8e669bcdf
Contents?: true
Size: 333 Bytes
Versions: 9
Compression:
Stored size: 333 Bytes
Contents
development: server: "http://dev:9292/faye" secret_token: "secret" test: server: "http://test: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
9 entries across 9 versions & 1 rubygems