pragaashp/hermione-app

View on GitHub
config/secrets.yml

Summary

Maintainability
Test Coverage
# Be sure to restart your server when you modify this file.

# Your secret key is used for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!

# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
# You can use `rake secret` to generate a secure secret key.

# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.

development:
  secret_key_base: 65191203b98bd14a4297864b16a37c4a8deca883c212717f4457381b3a2e64e37ca8a2051902dffbfb14901970c0aaa7d9fdc3666ed89bf498789b4dc75dbf47

test:
  secret_key_base: ff893df8c45bed9de15dcb5774cc55788426886c65348eaed958c660df4cccfe216fda5864786c286c658b86a10bf3fe3781eb579fdbec0e9d92f0f6090f1b1f

# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
  secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>