diff --git a/roles/docker-peertube/templates/env.j2 b/roles/docker-peertube/templates/env.j2 index 2ab57e20..40e73dce 100644 --- a/roles/docker-peertube/templates/env.j2 +++ b/roles/docker-peertube/templates/env.j2 @@ -11,6 +11,8 @@ PEERTUBE_DB_HOSTNAME=database PEERTUBE_WEBSERVER_HOSTNAME={{domain}} PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback"] +PEERTUBE_SECRET={{peertube_secret}} + # E-mail configuration PEERTUBE_SMTP_USERNAME={{system_email_username}} PEERTUBE_SMTP_PASSWORD={{system_email_password}}