From a94c152fd30cb91c1f4bd9c1e000ea68d0385bfa Mon Sep 17 00:00:00 2001 From: Immae Date: Mon, 22 May 2017 15:40:04 +0200 Subject: Allow alternate domains for mastodon handlers (#3187) --- .env.production.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.env.production.sample') diff --git a/.env.production.sample b/.env.production.sample index e37a38c38..23cf18c8e 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -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= -- cgit