github.com/walf443/mgr@v0.0.0-20150203144449-6f7a3a548462/cli/railssample/config/secrets.yml (about)

     1  # Be sure to restart your server when you modify this file.
     2  
     3  # Your secret key is used for verifying the integrity of signed cookies.
     4  # If you change this key, all old signed cookies will become invalid!
     5  
     6  # Make sure the secret is at least 30 characters and all random,
     7  # no regular words or you'll be exposed to dictionary attacks.
     8  # You can use `rake secret` to generate a secure secret key.
     9  
    10  # Make sure the secrets in this file are kept private
    11  # if you're sharing your code publicly.
    12  
    13  development:
    14    secret_key_base: 8cbc68c8bf00e8baf2f4248c7e02f6698a6e2393806782402b8ad58d586064d0c7d46bcdae96e78afab843cb3be33f5f9f589c9e0e0e9740789c94c70e82504e
    15  
    16  test:
    17    secret_key_base: 04cbb3060b352639eb6f0cad9a99cf400af38ee4a71e452adda4b3c3311f6bb420973b15383a12c22caecdceff778f4bf5031791bccc228903d09531f838aa86
    18  
    19  # Do not keep production secrets in the repository,
    20  # instead read values from the environment.
    21  production:
    22    secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>