glitchier-soc/.env.development

7 lines
142 B
Text
Raw Normal View History

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