]> git.feebdaed.xyz Git - gomehub.git/commitdiff
completed testing
authorseantywork <seantywork@gmail.com>
Sun, 22 Dec 2024 09:35:28 +0000 (18:35 +0900)
committerseantywork <seantywork@gmail.com>
Sun, 22 Dec 2024 09:35:28 +0000 (18:35 +0900)
config.yaml.tmpl

index 99cb8e50b7227f88715a5e056b364f0529344da1..cd51618cfdaf43ed0a5984ff1b571f8e92986cfd 100644 (file)
@@ -1,15 +1,15 @@
 # if debug is true
 # will not be deployed by cicd pipeline
 
-debug: true
+debug: false
 
 # set this to a domain name when deploying
 # this doesn't matter if debug is true
-externalUrl: dingdong.feebdaed.xyz
+externalUrl: feebdaed.xyz
 
 # set this to a host ip
 # this doesn't matter if debug if false
-internalUrl: 10.1.3.4
+internalUrl: 34.86.192.7
 
 # no need to change unless you're extra careful of security...
 # nevermind, just leave it this way
@@ -53,14 +53,14 @@ stream:
 # check it up before running this program
 # currently I'm using `coturn` for this
   turnServerAddr:
-    - addr: dingdong.feebdaed.xyz
+    - addr: turn:feebdaed.xyz:3478
       id: hello
       pw: example
 # don't mess with this option
 # I don't even know what it does
   peerSignalAttemptSync: 5
 # this is to handle WebRTC event websocket messages
-  peerSignalAddr : /signal/peer
+  peerSignalAddr : /signal/peer/
 # this is never likely to set to true
   singleRoomMode: false
 # also don't mess with this option
@@ -74,8 +74,8 @@ stream:
 # IMPORTANT: 
 # be sure to open ALL of the ports below
 # in your firewall setting or reverse proxy setting
-  udpEphemeralPortMin: 30100
-  udpEphemeralPortMax: 30500
+  udpEphemeralPortMin: 31000
+  udpEphemeralPortMax: 31100
 
 # this one is for handling Gstreamer camera stream handling
   rtpReceivePort: 8004
@@ -84,4 +84,4 @@ stream:
 log:
   flushIntervalSec: 360
 utils:
-  useCompress: false
+  useCompress: false
\ No newline at end of file