Compare commits
3 Commits
7e0d58c097
...
6b586d80ab
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b586d80ab | |||
| 0718c9f18d | |||
| 14dbc1363e |
@@ -72,6 +72,7 @@ in {
|
|||||||
|
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
3478
|
3478
|
||||||
|
7881
|
||||||
8448
|
8448
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -206,7 +207,7 @@ in {
|
|||||||
}
|
}
|
||||||
|
|
||||||
handle @jwt_service {
|
handle @jwt_service {
|
||||||
reverse_proxy localhost:8081
|
reverse_proxy localhost:8080
|
||||||
}
|
}
|
||||||
|
|
||||||
handle {
|
handle {
|
||||||
@@ -226,11 +227,6 @@ in {
|
|||||||
port = 8080;
|
port = 8080;
|
||||||
livekitUrl = "wss://rtc.wyattjmiller.com";
|
livekitUrl = "wss://rtc.wyattjmiller.com";
|
||||||
keyFile = livekitKeyFile;
|
keyFile = livekitKeyFile;
|
||||||
# settings = {
|
|
||||||
# keys = {
|
|
||||||
# "2rew2444" = "aAssWw18asef3fa5ldehHhjunlijj8x=";
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Generate LiveKit key if it doesn't exist
|
# Generate LiveKit key if it doesn't exist
|
||||||
|
|||||||
Reference in New Issue
Block a user