mastodon/.env.development

10 lines
195 B
Plaintext
Raw Normal View History

2022-11-21 08:31:46 +00:00
LOCAL_DOMAIN=localhost
ALTERNATE_DOMAINS=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://./data/redis/redis-dev.sock
TH_USE_INVITE_QUOTA=1