TrestleAdmin/trestle

View on GitHub
sandbox/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: 28b202c932657446360e146af51e28a786cf9dd0ff54640560c60774a3420d67d14c097cb85486fd98f3be5b5ca5e60cc718b19725493a2928d50655a3e97f21

test:
  secret_key_base: 2221b216cbbba44f1af47acfc586d6191289ece010ac79f7abc7913efdcb9a08318aa780fecd2bd5cc6324741eb0c73f63f69a1b97eacdafacb1538d7cabeaa2

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