init commit
This commit is contained in:
26
mastodon/.env.example
Normal file
26
mastodon/.env.example
Normal file
@@ -0,0 +1,26 @@
|
||||
PUID=1000
|
||||
PGID=1001
|
||||
TZ=America/Sao_Paulo
|
||||
|
||||
# Domain
|
||||
LOCAL_DOMAIN=yourdomainhere
|
||||
WEB_DOMAIN=yourdomainhere
|
||||
|
||||
# Database
|
||||
DB_PASS=changeme
|
||||
|
||||
# Secrets (generate these - do not leave empty)
|
||||
ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY=
|
||||
ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY=
|
||||
ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT=
|
||||
SECRET_KEY_BASE=
|
||||
OTP_SECRET=
|
||||
VAPID_PRIVATE_KEY=
|
||||
VAPID_PUBLIC_KEY=
|
||||
|
||||
# SMTP
|
||||
SMTP_SERVER=mail.example.com
|
||||
SMTP_PORT=25
|
||||
SMTP_LOGIN=
|
||||
SMTP_PASSWORD=
|
||||
SMTP_FROM_ADDRESS=notifications@yourdomainhere
|
||||
Reference in New Issue
Block a user