mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
14 lines
322 B
Go Template
14 lines
322 B
Go Template
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
turn:
|
|
transport: "udp"
|
|
credentials: {{ env "TURN_CREDENTIALS" | quote }}
|
|
server:
|
|
host: ""
|
|
port: "3478"
|
|
tls:
|
|
host: ""
|
|
port: "5349"
|
|
...
|