Skip to content
Snippets Groups Projects
Forked from PortalMEC / portalmec
1469 commits behind the upstream repository.
secrets.yml 1011 B
# 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: 4f68c5b85e661ede15f8fd7c8a1a8b36e6d6f41033a23d2d25414feaa848f1e89d0337eb4e36501c5f2de84c98fbe255207c020beee17075f577192ebbcdaf5a

test:
  secret_key_base: 6701dc9f54516df93c52b41a17eedc863ca0a18a75a11da5478c66127c40973888b38d2632ebe96d1a831ae336be57425c6d1f074501a081b55a0ea56898a582

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