PEERTUBE_DB_USERNAME=peertube PEERTUBE_DB_PASSWORD=WBUe8qGIIQFUIkcg PEERTUBE_WEBSERVER_HOSTNAME=testing.peertube.social PEERTUBE_WEBSERVER_PORT=443 PEERTUBE_WEBSERVER_HTTPS=true PEERTUBE_TRUST_PROXY=["127.0.0.1"] # If you need more than one IP as trust_proxy # pass them as a comma separated array: #PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "192.168.1.0/24"] #PEERTUBE_SMTP_USERNAME= #PEERTUBE_SMTP_PASSWORD= PEERTUBE_SMTP_HOSTNAME=postfix PEERTUBE_SMTP_PORT=25 PEERTUBE_SMTP_FROM=info@testing.peertube.social PEERTUBE_SMTP_TLS=false #PEERTUBE_SMTP_DISABLE_STARTTLS=false PEERTUBE_ADMIN_EMAIL=info@testing.peertube.social