Sha256: 855072a565c7bfa1b140f66168ea01a2ee90b963efa32c192029f0afa0eb6c94
Contents?: true
Size: 344 Bytes
Versions: 13
Compression:
Stored size: 344 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
13 entries across 13 versions & 7 rubygems