implemented peertube

This commit is contained in:
2022-11-17 14:47:25 +01:00
parent b9698bf02d
commit da7be49aad
13 changed files with 196 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ RESTRICTED_INSTANCE=false
## Mail
MAIL_DRIVER=log
MAIL_HOST={{system_email_host}}
MAIL_PORT=587
MAIL_PORT={{system_email_port}}
MAIL_FROM_ADDRESS="{{system_email_username}}"
MAIL_FROM_NAME="Pixelfed"
MAIL_USERNAME={{system_email_username}}