]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Better config comments for RTMP/RTMPS
authorChocobozzz <me@florianbigard.com>
Wed, 4 May 2022 07:10:25 +0000 (09:10 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 4 May 2022 07:10:25 +0000 (09:10 +0200)
config/default.yaml
config/production.yaml.example

index 7af9c929f4961f9cf1951e1be244a8471dcd6a29..2b4a7cbc221f17e2bef4aad5b4c4d59d4972fa41 100644 (file)
@@ -412,16 +412,18 @@ live:
   rtmp:
     enabled: true
 
+    # Listening hostname/port for RTMP server
     hostname: 'localhost'
     port: 1935
 
-    # Public endpoint of your RTMP server
+    # Public hostname of your RTMP server
     # Use null to use the same value than `webserver.hostname`
     public_hostname: null
 
   rtmps:
     enabled: false
 
+    # Listening hostname/port for RTMPS server
     hostname: 'localhost'
     port: 1936
 
@@ -429,7 +431,7 @@ live:
     key_file: ''
     cert_file: ''
 
-    # Public endpoint of your RTMPS server
+    # Public hostname of your RTMPS server
     # Use null to use the same value than `webserver.hostname`
     public_hostname: null
 
index 048cb37e87449c12f4687c69ae1617a88bf6cac3..c5ba5d21810eb12ee688bfd10fd8fc6bb78115fc 100644 (file)
@@ -420,16 +420,18 @@ live:
   rtmp:
     enabled: true
 
+    # Listening hostname/port for RTMP server
     hostname: 'localhost'
     port: 1935
 
-    # Public endpoint of your RTMP server
+    # Public hostname of your RTMP server
     # Use null to use the same value than `webserver.hostname`
     public_hostname: null
 
   rtmps:
     enabled: false
 
+    # Listening hostname/port for RTMPS server
     hostname: 'localhost'
     port: 1936
 
@@ -437,7 +439,7 @@ live:
     key_file: ''
     cert_file: ''
 
-    # Public endpoint of your RTMPS server
+    # Public hostname of your RTMPS server
     # Use null to use the same value than `webserver.hostname`
     public_hostname: null