neet/masto.js

View on GitHub
.env.test

Summary

Maintainability
Test Coverage
# Generated with mastodon:setup on 2023-01-12 07:19:07 UTC

# Some variables in this file will be interpreted differently whether you are
# using docker-compose or not.

LOCAL_DOMAIN=localhost:3000

SINGLE_USER_MODE=false
SECRET_KEY_BASE=414491e698ea68e87419b669731b7f3ab53cf832566e00a91868eea623dfc56c16abc7ffdea4b608447f17b585576d68f1bf7abea4a69acf1c14f58b29fde6d5
OTP_SECRET=338e04059331532bd782fd7135dddc332345c5283cfb22044852549f1795ff9a062ab2bb7b30fce5500d9752da2dc7f2cb8544b033324697abe59e4f85c5b8d2
VAPID_PRIVATE_KEY=-UBG9LFv91SWFvBHe_mF3E413Lf7FxrikiFZFRpZMpA=
VAPID_PUBLIC_KEY=BOq4dr3J9SPFWf5H_tztS5HxVNg5XOrubLXxpUBymEkpBYXXdvTOW5ESB8m_mDgrpz2Rh1WULL63miDIYvSCQ50=
DB_HOST=172.17.0.1
DB_PORT=5432
DB_NAME=mastodon
DB_USER=mastodon
DB_PASS=password
REDIS_HOST=172.17.0.1
REDIS_PORT=6379
REDIS_PASSWORD=
SMTP_SERVER=172.17.0.1
SMTP_PORT=25
SMTP_AUTH_METHOD=none
SMTP_OPENSSL_VERIFY_MODE=none
SMTP_ENABLE_STARTTLS=auto
SMTP_FROM_ADDRESS=Mastodon <notifications@mastodon.local>