2023-10-31 12:55:13 +02:00
|
|
|
# In test, compile the NodeJS code as if we are in production
|
|
|
|
NODE_ENV=production
|
2016-11-24 19:48:25 +02:00
|
|
|
# Federation
|
|
|
|
LOCAL_DOMAIN=cb6e6126.ngrok.io
|
|
|
|
LOCAL_HTTPS=true
|
2022-11-25 02:57:24 +02:00
|
|
|
|
|
|
|
DB_HOST=$(pwd)/data/postgres
|
|
|
|
DB_USER=mastodon
|
|
|
|
DB_NAME=mastodon_dev
|
2022-11-26 05:31:39 +02:00
|
|
|
REDIS_URL=unix://./data/redis/redis-dev.sock
|