Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GNU nano 4.8 /etc/signaling/server.conf
- [http]
- listen = 127.0.0.1:8080
- [app]
- debug = true
- [sessions]
- hashkey = 11229ed0cf692bc8d9f6f7d8a26297a1
- blockkey = d5ddec886cf45d16971f1c14a0d3c8c6
- [backend]
- backends = backend-1 #here you can add more backends commaseparated backend-1, backend-2, backend-3
- allowall = true
- timeout = 10
- connectionsperhost = 8
- [backend-1]
- url = https://intranet.socialize.wtf
- secret = 370a9d76d854d8e82ecdead6b0e86f9d
- #[backend-2]
- #url = https://nextcloud2.example.com
- #secret = openssl rand -hex 16
- #[backend-3]
- #url = https://nextcloud3.example.com
- #secret = openssl rand -hex 16
- [nats]
- url = nats://localhost:4222
- [mcu]
- type = janus
- url = ws://127.0.0.1:8188
- [turn]
- apikey = EJ1HDC6yZ7UwP5zTx6Xdzw==
- secret = c1a2b3d19c6635afd21ee2561717c5b7446f2c56fbc80d0ff6892d957315224a
- servers = turn:v21192.1blu.de:5349?transport=udp,turn:v21192.1blu.de:5349?transport=tcp
- NANO /etc/janus/janus.jcfg
- nat: {
- stun_server = "v21192.1blu.de"
- stun_port = 5349
- nice_debug = false
- full_trickle = true
- # credentials to authenticate...
- turn_server = "v21192.1blu.de"
- turn_port = 5349
- turn_type = "udp"
- #turn_user = "myuser"
- #turn_pwd = "mypassword"
- turn_rest_api_key = "EJ1HDC6yZ7UwP5zTx6Xdzw=="
- GNU nano 4.8 /etc/turnserver.conf Modified
- listening-port=5349
- fingerprint
- lt-cred-mech
- use-auth-secret
- static-auth-secret=c1a2b3d19c6635afd21ee2561717c5b7446f2c56fbc80d0ff6892d957315224a
- realm=v21192.1blu.de
- total-quota=100
- bps-capacity=0
- stale-nonce
- no-loopback-peers
- no-multicast-peers
RAW Paste Data