mastodon
This commit is contained in:
@@ -8,14 +8,17 @@ DEFAULT_NETWORK=traefik
|
||||
# -----
|
||||
REDIS_HOST=redis
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=
|
||||
|
||||
|
||||
# PostgreSQL
|
||||
# ----------
|
||||
DB_HOST=db
|
||||
DB_USER=postgres
|
||||
DB_NAME=postgres
|
||||
DB_PASS=55pswex5gwg5ZhD97AvzTLNdWMBNbAcvwQqDdVtX
|
||||
DB_PORT=5432
|
||||
DB_NAME=postgres
|
||||
DB_USER=postgres
|
||||
DB_PASS=
|
||||
|
||||
|
||||
|
||||
NO_CHOWN=false
|
||||
@@ -41,14 +44,15 @@ SINGLE_USER_MODE=false
|
||||
|
||||
# Sending mail
|
||||
# ------------
|
||||
SMTP_SERVER=email-smtp.ca-central-1.amazonaws.com
|
||||
SMTP_SERVER=smtp.mailgun.org
|
||||
SMTP_PORT=587
|
||||
SMTP_LOGIN=........
|
||||
SMTP_PASSWORD=........
|
||||
SMTP_LOGIN=
|
||||
SMTP_PASSWORD=
|
||||
SMTP_AUTH_METHOD=plain
|
||||
SMTP_OPENSSL_VERIFY_MODE=none
|
||||
SMTP_ENABLE_STARTTLS=auto
|
||||
SMTP_AUTH_METHOD=plain
|
||||
SMTP_FROM_ADDRESS=mastodon@kvist.knast.cc
|
||||
SMTP_FROM_ADDRESS=Mastodon <notifications@knast.cc>
|
||||
|
||||
|
||||
# Custom settings
|
||||
# ---------------
|
||||
|
||||
Reference in New Issue
Block a user