mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Explain application secrets (#217)
This commit is contained in:
parent
4bdb6a0eaf
commit
82191b3383
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ LOCAL_DOMAIN=example.com
|
||||||
LOCAL_HTTPS=true
|
LOCAL_HTTPS=true
|
||||||
|
|
||||||
# Application secrets
|
# 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=
|
PAPERCLIP_SECRET=
|
||||||
SECRET_KEY_BASE=
|
SECRET_KEY_BASE=
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue