reevoo/sapience-rb

View on GitHub
test_apps/rails_5_0/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: 350b0c3f0d5a9b24d6ea55d960fae4bceb04dc2177cbf32aff5f373b2ee8d37f552e825a08887153d48508b4b075c35f221afa960bbdb7832da47dc3055e5d76

test:
  secret_key_base: ccbb906568d5eac40cd110164eefab3b2983656db6475e91a1f04f673edd1e65c57d46a6e7a625f39510acf08864aafeae86e9e250422c414fc58be1bf1c441b

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