aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-04 16:07:08 +0200
committerChocobozzz <me@florianbigard.com>2022-05-04 16:07:08 +0200
commit110212fd79bb1bb220841c038c8d91d05612492e (patch)
tree5009eaa1159dd376668e5aecd51abd476127cd31 /config/production.yaml.example
parent9a82ce2455874a80167f5ae30bb19ea12eb0551e (diff)
downloadPeerTube-110212fd79bb1bb220841c038c8d91d05612492e.tar.gz
PeerTube-110212fd79bb1bb220841c038c8d91d05612492e.tar.zst
PeerTube-110212fd79bb1bb220841c038c8d91d05612492e.zip
Fix listening host for live
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index c5ba5d218..11120e667 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -421,7 +421,8 @@ live:
421 enabled: true 421 enabled: true
422 422
423 # Listening hostname/port for RTMP server 423 # Listening hostname/port for RTMP server
424 hostname: 'localhost' 424 # :: to listen on IPv6 and IPv4, 0.0.0.0 to listen on IPv4
425 hostname: '::'
425 port: 1935 426 port: 1935
426 427
427 # Public hostname of your RTMP server 428 # Public hostname of your RTMP server
@@ -432,7 +433,8 @@ live:
432 enabled: false 433 enabled: false
433 434
434 # Listening hostname/port for RTMPS server 435 # Listening hostname/port for RTMPS server
435 hostname: 'localhost' 436 # :: to listen on IPv6 and IPv4, 0.0.0.0 to listen on IPv4
437 hostname: '::'
436 port: 1936 438 port: 1936
437 439
438 # Absolute paths 440 # Absolute paths