mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 21:47:24 +01:00
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: 29a48a631ddedb71dc2ce33517750914146f13dd86394dea90e987e59f25724e15954666a84bd9de5e77686c9c1fd80d9f416b53f88602384f1c4a5d4e26c9c8
|
|
|
|
test:
|
|
secret_key_base: edc8f76056e054db3fc4d53a2dd513ec5679016964f83bbeb9bd94f0cb09ac5d87089968403770c13107efb8ce5100d5f59bf95b71248fc7146a41d3dcd9e265
|
|
|
|
# Do not keep production secrets in the repository,
|
|
# instead read values from the environment.
|
|
production:
|
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|