You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
964 B
22 lines
964 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: 3433ba6d70d29bbec714d1db3f8709ee98a20c9facbaec4670b11be018d93b27a8aa1a317e37f79d93ba1840c5dc9f91698c37cae6ad01794576fa6af680343a
|
|
|
|
test:
|
|
secret_key_base: a2992d85a92bc5b00848e0a1e5cb02f3c594641c172f273aec0416cf77dd19b6b74e734f70bc818335075ba77667290784d6c693ba567059e197884f3ad2a81e
|
|
|
|
# Do not keep production secrets in the repository,
|
|
# instead read values from the environment.
|
|
production:
|
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|