Been getting config files downloaded
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
[http]
|
||||
listen = 0.0.0.0:8090
|
||||
|
||||
[https]
|
||||
enabled = true
|
||||
|
||||
|
||||
|
||||
[app]
|
||||
debug = true
|
||||
|
||||
[sessions]
|
||||
hashkey = 230295c728f18d8e6a864e72520e431d
|
||||
blockkey = 6a2222826c54d764f22b324f59ccb393
|
||||
|
||||
[backend]
|
||||
backends = backend-1
|
||||
allowall = false
|
||||
timeout = 10
|
||||
connectionsperhost = 8
|
||||
|
||||
[nats]
|
||||
url = nats://loopback
|
||||
|
||||
[backend-1]
|
||||
url = https://nextcloud.data-pro.nu
|
||||
secret = geheim123
|
||||
|
||||
trustedproxies = 10.0.0.0/8,192.168.0.0/16,172.16.0.0/12
|
||||
|
||||
[mcu]
|
||||
type = janus
|
||||
url = ws://janus:8188
|
||||
|
||||
[turn]
|
||||
apikey = STATIC
|
||||
secret = chy2gng!thg!wep_GCW
|
||||
servers = turn:turn.data-pro.nu:443?transport=tcp
|
||||
Reference in New Issue
Block a user