parent
76b9b5b29d
commit
0b2356bd94
1 changed files with 4 additions and 4 deletions
|
|
@ -111,12 +111,12 @@ in {
|
|||
}
|
||||
{
|
||||
addr = "0.0.0.0";
|
||||
port = livekit-port;
|
||||
port = 8448;
|
||||
ssl = true;
|
||||
}
|
||||
{
|
||||
addr = "[::]";
|
||||
port = livekit-port;
|
||||
port = 8448;
|
||||
ssl = true;
|
||||
}
|
||||
];
|
||||
|
|
@ -164,12 +164,12 @@ in {
|
|||
}
|
||||
{
|
||||
addr = "0.0.0.0";
|
||||
port = 8448;
|
||||
port = livekit-port;
|
||||
ssl = true;
|
||||
}
|
||||
{
|
||||
addr = "[::]";
|
||||
port = 8448;
|
||||
port = livekit-port;
|
||||
ssl = true;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue