glitchier-soc/.env.development

8 lines
172 B
Text
Raw Normal View History

2022-11-21 10:31:46 +02:00
LOCAL_DOMAIN=localhost
ALTERNATE_DOMAINS=mastodon.internal
DB_HOST=$(pwd)/data/postgres
2022-11-21 10:31:46 +02:00
DB_USER=mastodon
DB_NAME=mastodon_dev
REDIS_URL=unix://./data/redis/redis-dev.sock