1 # This is a sample configuration file. You can generate your configuration
2 # with the `rake mastodon:setup` interactive setup wizard, but to customize
3 # your setup even further, you'll need to edit it manually. This sample does
4 # not demonstrate all available configuration options. Please look at
5 # https://docs.joinmastodon.org/admin/config/ for the full documentation.
9 # This identifies your server and cannot be changed safely later
11 LOCAL_DOMAIN=example.com
20 DB_HOST=/var/run/postgresql
22 DB_NAME=mastodon_production
26 # ElasticSearch (optional)
27 # ------------------------
34 # Make sure to use `rake secret` to generate secrets
41 # Generate with `rake mastodon:webpush:generate_vapid_key`
48 SMTP_SERVER=smtp.mailgun.org
52 SMTP_FROM_ADDRESS=notificatons@example.com
54 # File storage (optional)
55 # -----------------------
57 S3_BUCKET=files.example.com
59 AWS_SECRET_ACCESS_KEY=
60 S3_ALIAS_HOST=files.example.com