Allow alternate domains for mastodon handlers (#3187)
This commit is contained in:
parent
9d04de1c8d
commit
a94c152fd3
4 changed files with 41 additions and 1 deletions
|
@ -20,6 +20,11 @@ LOCAL_HTTPS=true
|
|||
# DO *NOT* USE THIS UNLESS YOU KNOW *EXACTLY* WHAT YOU ARE DOING.
|
||||
# WEB_DOMAIN=mastodon.example.com
|
||||
|
||||
# Use this if you want to have several aliases handler@example1.com
|
||||
# handler@example2.com etc. for the same user. LOCAL_DOMAIN should not
|
||||
# be added. Comma separated values
|
||||
# ALTERNATE_DOMAINS=example1.com,example2.com
|
||||
|
||||
# Application secrets
|
||||
# Generate each with the `rake secret` task (`docker-compose run --rm web rake secret` if you use docker compose)
|
||||
PAPERCLIP_SECRET=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue