10 lines
256 B
Text
10 lines
256 B
Text
# In test, compile the NodeJS code as if we are in production
|
|
NODE_ENV=production
|
|
# Federation
|
|
LOCAL_DOMAIN=cb6e6126.ngrok.io
|
|
LOCAL_HTTPS=true
|
|
|
|
DB_HOST=$(pwd)/data/postgres
|
|
DB_USER=mastodon
|
|
DB_NAME=mastodon_dev
|
|
REDIS_URL=unix://./data/redis/redis-dev.sock
|