Sha256: a64b2813808c142d9e57e75691835cf97b1cab65fe171aa1f5de34bb1fffe813
Contents?: true
Size: 303 Bytes
Versions: 7
Compression:
Stored size: 303 Bytes
Contents
# Configuration for Replyr # # Set the host name for your reply email addresses Replyr.config.host = "example.com" # Set a secure secret token to be used for salting the email-address Replyr.config.secret = "<%= defined?(SecureRandom) ? SecureRandom.hex(32) : ActiveSupport::SecureRandom.hex(32) %>"
Version data entries
7 entries across 7 versions & 1 rubygems