mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Add license and correct typo
Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
This commit is contained in:
parent
2a08cde7c9
commit
8e26d3f982
2 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
# SPDX-FileCopyrightText: 2014-2024 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
nodes = {
|
||||
webrtc_loopback = {
|
||||
type = "webrtc",
|
||||
|
@ -21,7 +24,7 @@ nodes = {
|
|||
}
|
||||
|
||||
# A unique session identifier which must be shared between two nodes
|
||||
session = "sessions/villas-test"
|
||||
session = "villas-test"
|
||||
|
||||
# Address to the websocket signaling server
|
||||
server = "https://villas.k8s.eonerc.rwth-aachen.de/ws/signaling"
|
||||
|
@ -32,7 +35,7 @@ nodes = {
|
|||
|
||||
# Number of seconds to wait for a WebRTC connection before proceeding the start
|
||||
# of VILLASnode. Mainly used for testing
|
||||
# wait_seconds = 10 # in seconds
|
||||
wait_seconds = 10 # in seconds
|
||||
|
||||
# Indicates if data is allowed to be delivered out of order.
|
||||
# The default value of false, does not make guarantees that data will be delivered in order.
|
||||
|
@ -42,7 +45,7 @@ nodes = {
|
|||
# If empty then configured servers in signaling server are used.
|
||||
ice = {
|
||||
# List of STUN/TURN servers
|
||||
# servers = (
|
||||
servers = (
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# SPDX-FileCopyrightText: 2014-2024 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
nodes = {
|
||||
webrtc_siggen = {
|
||||
type = "webrtc",
|
||||
|
@ -42,7 +45,7 @@ nodes = {
|
|||
# If empty then configured servers in signaling server are used.
|
||||
ice = {
|
||||
# List of STUN/TURN servers
|
||||
# servers = (
|
||||
servers = (
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue