Sha256: 7aa660e2d50538245b079b5304b238a04f3179474bb0805560d6ca20ae4d3008
Contents?: true
Size: 693 Bytes
Versions: 2
Compression:
Stored size: 693 Bytes
Contents
#===[ Secrets ]========================================================= # # This file is meant for storing secret information that is never # published or committed to a revision control system. # #---[ Values ]---------------------------------------------------------- # Email address of administrator that will get requests for assistance from users: administrator_email: 'your@email.addr' # Secret key for getting an ATOM feed of private comments: comments_secret: <%= SecureRandom.hex(64) %> # The Rails secret_key_base # Used by config/initializers/secret_token.rb secret_key_base: <%= SecureRandom.hex(64) %> #===[ fin ]=============================================================
Version data entries
2 entries across 2 versions & 1 rubygems