hpi-swt2/sport-portal

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 `rails 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: c06aebe3fe9494afb4d62ea2d12d87178842e9f808e35ce93c3dc42c8e5f20cc833aab1ca4baff5fab4114e48f05126f480635856d3afd75d460e51e018e4fc6

test:
  secret_key_base: fd7cf04248524433ef51cd155ad52eb71b88c027f127d489b1d4209d24ec8992694576a7f85daa6a0466f942ffadefbc70605e45b965004e047a8f8d8a44034b

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