Choose a fun default port number
This commit is contained in:
parent
32f39685a1
commit
d5793d47ff
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user