mastodon/.env.development

14 lines
359 B
Plaintext
Raw Normal View History

2022-11-21 08:31:46 +00:00
LOCAL_DOMAIN=localhost
ALTERNATE_DOMAINS=mastodon.internal
2024-02-17 21:38:16 +00:00
STREAMING_API_BASE_URL=https://streaming.mastodon.internal
DB_HOST=$PWD/data/postgres
2022-11-21 08:31:46 +00:00
DB_USER=mastodon
DB_NAME=mastodon_dev
REDIS_URL=unix://$PWD/data/redis/redis-dev.sock
2024-02-19 00:14:37 +00:00
TH_MENTION_SPAM_HEURISTIC_AUTO_LIMIT_ACTIVE=can-spam
TH_MENTION_SPAM_THRESHOLD=2
TH_STAFF_ACCOUNT=staff
TH_USE_INVITE_QUOTA=1