Skip to content
Snippets Groups Projects
Commit b0a49123 authored by Jeroen Nijhof's avatar Jeroen Nijhof
Browse files

Remove secrets file and ignore it

parent ada99d49
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,3 +17,4 @@
/tmp
/shared
/public
config/secrets.yml
# 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: 75027430f3c84537f2f5b373dd1674b08d43953e9928689a67f6b19f67a5d8be24ee06fa57bf8478b9a49fd06849cff95a452de14764f705a353e910b2dbb1ca
test:
secret_key_base: d54d019f2a3a987d59cb5c7fc3cbaf41c83069b9b7905ab6f1dd80b9ebbed08925d4bbafeab22f63cbe815c54775cc86e672376322d7e5315387de411afe3f04
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: d54d019f2a3a987d59cb5c7fc3cbaf41c83069b9b7905ab6f1dd80b9ebbed08925d4bbafeab22f63cbe815c54775cc86e672376322d7e5315387de411afe3f04
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment