nesquena/rabl

View on GitHub
fixtures/rails5_api/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: 62de20421b0c0b633ba96ebc33fa2aa67af1a89d2d7a031721526887cef59648b0bdd1cd109db47b865c6edbaa98da992b7f2ae1944ebab515839276e1e0582a

test:
  secret_key_base: c2460a288fb4918b55bd17f4666c2ff1a2460d4003ca06a0c0b1e7f1fb82df7f7ffd4d7b4b185ac198e1e451365dc3b0d535a44ab854086d17d6587dea367f72

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