+# /!\ YOU SHOULD NOT UPDATE THIS FILE, USE production.yaml instead /!\ #
+
listen:
hostname: '127.0.0.1'
port: 9000
signup:
enabled: false
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
- filters:
+ filters:
cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist
whitelist: []
blacklist: []
# SMTP server to send emails
smtp:
hostname: null
- port: 465
+ port: 465 # If you use StartTLS: 587
username: null
password: null
- tls: true
+ tls: true # If you use StartTLS: false
disable_starttls: false
ca_file: null # Used for self signed certificates
from_address: 'admin@example.com'
signup:
enabled: false
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
- filters:
+ filters:
cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist
whitelist: []
blacklist: []
PEERTUBE_SIGNUP_ENABLED: "true"
PEERTUBE_TRANSCODING_ENABLED: "true"
PEERTUBE_REDIS_HOSTNAME: redis
+ PEERTUBE_SMTP_USERNAME: null
+ PEERTUBE_SMTP_PASSWORD: null
PEERTUBE_SMTP_HOSTNAME: null
PEERTUBE_SMTP_PORT: 25
PEERTUBE_SMTP_FROM: noreply@peertube.domain.tld