Use a better var name

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2022-10-26 14:27:41 +02:00
parent cef88e2894
commit c4c99c4bcb
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ export const defaultHomeserver =
(import.meta.env.VITE_DEFAULT_HOMESERVER as string) ??
`${window.location.protocol}//${window.location.host}`;
export const fallbackICEServerAllowed =
import.meta.env.VITE_FALLBACK_ICE_ALLOWED === "true";
import.meta.env.VITE_FALLBACK_STUN_ALLOWED === "true";
export const defaultHomeserverHost = new URL(defaultHomeserver).host;