From a10b4a4089d5258825e1fbc62105a95f83e654ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:48:31 +0200 Subject: [PATCH] cleaning --- conf/config.json | 4 ++-- manifest.toml | 4 ++++ tests.toml | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/conf/config.json b/conf/config.json index 35ad184..ee5dbe7 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,8 +1,8 @@ { "default_server_config": { "m.homeserver": { - "base_url": "https://call.ems.host", - "server_name": "call.ems.host" + "base_url": "https://__DEFAULT_HOME_SERVER__", + "server_name": "__DEFAULT_HOME_SERVER__" } }, "eula": "https://static.element.io/legal/online-EULA.pdf" diff --git a/manifest.toml b/manifest.toml index 1f52a1e..11bf01f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -34,6 +34,10 @@ ram.runtime = "50M" [install.domain] type = "domain" + [install.path] + type = "path" + default = "/element-call" + [install.init_main_permission] type = "group" default = "visitors" diff --git a/tests.toml b/tests.toml index 953b195..ef85415 100644 --- a/tests.toml +++ b/tests.toml @@ -7,3 +7,5 @@ test_format = 1.0 # ------------ # Tests to run # ------------ + + arg.default_home_server = "my-own-homeserver.tld"