diff --git a/config.ts b/config.ts index d3fa7b5..f553ab3 100644 --- a/config.ts +++ b/config.ts @@ -34,8 +34,8 @@ try { } const config = { - port: parseInt(Deno.env.get("PORT") || "8000"), - base_url: Deno.env.get("BASE_URL") || `http://localhost:8000`, + port: parseInt(Deno.env.get("PORT") || "30023"), + base_url: Deno.env.get("BASE_URL") || `http://localhost:30023`, relay_urls: Deno.env.get("RELAY_URLS")?.split(",") || [], staticUsers, ldapEnabled: !!Deno.env.get("LDAP_URL"),