23 lines
964 B
YAML
23 lines
964 B
YAML
|
# 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: dbc9b521239c13ee3cbd904532d06bf8752f38a6bdd99d106afffe23af95e626031936997ec2d6d13078b81205f05bf9957818a6a595cd5911d901e8c15dc8cd
|
||
|
|
||
|
test:
|
||
|
secret_key_base: 32f6cd22dcee75ea847ff8c288e21ba19cc90e14adf6aec9af6609b63b947c17080beb9bc68babee15312520bf814dbd1d53534eb4481f193addaa213ce440bc
|
||
|
|
||
|
# Do not keep production secrets in the repository,
|
||
|
# instead read values from the environment.
|
||
|
production:
|
||
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|