nesquena/rabl

View on GitHub
fixtures/rails5/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: 30ff78db787c4ed0bb6cd6c12108dadd9adc955263a563ad43a0d1308aa03b1a541b96bdd09f4461c7c4d75e14f54df506f4bb0dac9ca45c4ef95f133e031185

test:
  secret_key_base: 6bca541a67e4fec74dbdf0f83055ca79b2bc628240957763dd0f5cf3dd191736bf1e04bcd2a545a5bc6a2902a0643c88de0fb88ddf4c5d56cb877f2557074d79

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