ashirahattia/cs169-pgm

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

test:
  secret_key_base: d6cc7ece6a3dd463e9150943c3d275f7d4443cee2b4e10f40a04099642c52b031cb3e9475d7279e65522c4cf499cabf7963eb22afdbdd8efae5daf3a526764bd

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