mastodon/config/secrets.yml

23 lines
965 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 `rails 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: cb872b354949d9abf9ac3b729b521898af1ecbd1949a832ed4461c4a0dbc099f3ae802b3c8cc3be4d7691c4a447d80c56187a24f8182120264f8cde084802ef2
test:
secret_key_base: 41bec4137a8d6ed2a7d98f06b8c8cd955c99ca2c3a45f2a3381f224fdc370aa5d88344b4666f4d805612d3c4f4de8120de3c0a0f19b9b796c513804f5e468283
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>