Codeminer42/cm42-central

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: bbb319660394db6c322e87dee8be43626dc061c13ac6889659f1dd9bbad60dfe11424a4eeed8f144c25c7da0d47d7e0dadf51cb883f5aedc5e76d558cf7af36f

test:
  secret_key_base: 50bf1bd030a0edad9ea0c16fb093bd3f2f7b7e14a29ac6e76c3bfbec71b9f3897a3105f9ff29e933d541f1f2461e6b4b5732f248823493b72fd786070f04449e

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