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: d3fe630e3bf50ea0fa3c72397dc8767bd2abfc01fd191bdee9885b9b5f6ab63fe4cc13e9fd01ea8545530545b039d9b86fead7526f8885980ff2942c4cb9ff7a
|
|
|
|
test:
|
|
secret_key_base: 55cd48dd7b78083839815c72808f65b355f4eca0a16b2aa0cd1c7d65cbfdd55012fc238c3d4782915128d9f97545237b85173bd427a6813d8a2ab4fb3e1a498b
|
|
|
|
# Do not keep production secrets in the repository,
|
|
# instead read values from the environment.
|
|
production:
|
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|