gems installed
This commit is contained in:
22
web/config/secrets.yml
Normal file
22
web/config/secrets.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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: 1132e1b482d8d7fb562daf5ba7db8f918a4183d9d5550a56ffa58b336bcbf4d449fe4d4172ce5ca5b2193fdde21c5624f17c6dbe0bd63726171ae2e1bb1817ac
|
||||
|
||||
test:
|
||||
secret_key_base: a2baab1327bf1de7fe6088132d9f43e43999f3458d9514a188f27bea56adfadbc56de752e985dc319e517809d16ee8526695adcc27c7d6ccdf0e4f5112732d1f
|
||||
|
||||
# Do not keep production secrets in the repository,
|
||||
# instead read values from the environment.
|
||||
production:
|
||||
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|
||||
Reference in New Issue
Block a user