mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 08:48:15 +00:00
Explain application secrets
This commit is contained in:
parent
45c7ee39b3
commit
2a5632b009
|
@ -14,6 +14,8 @@ LOCAL_DOMAIN=example.com
|
|||
LOCAL_HTTPS=true
|
||||
|
||||
# Application secrets
|
||||
# These are arbitrary strings. They should be long and cryptographically secure.
|
||||
# For Docker, `docker-compose run --rm web rake secret` will generate them.
|
||||
PAPERCLIP_SECRET=
|
||||
SECRET_KEY_BASE=
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user