From 743c6eb11934702d98b2d9faaf5e88e832818072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 18 Mar 2023 23:05:05 +0100 Subject: [PATCH] fix --- conf/config.json | 3 +-- conf/groupname.json | 2 +- conf/systemd.service | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/conf/config.json b/conf/config.json index 2aa83c5..0d1b371 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,5 +1,4 @@ { "canonicalHost": "__DOMAIN__", - "admin":[{"username":"__ADMIN__", - "password":__PASSWORD_HASH__}] + "admin":[{"username":"__ADMIN__", "password":__PASSWORD_HASH__}] } diff --git a/conf/groupname.json b/conf/groupname.json index eff91e8..cef3c09 100644 --- a/conf/groupname.json +++ b/conf/groupname.json @@ -1,5 +1,5 @@ { - "op": [{"username": "__ADMIN__", "password": "__PASSWORD__"}], + "op": [{"username": "__ADMIN__", "password": __PASSWORD_HASH__}], "presenter": [{}], "description": "__GROUP_DESCRIPTION__", "public": true, diff --git a/conf/systemd.service b/conf/systemd.service index aa4af39..8207fb1 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Galène: Videoconferencing server +Description=Galène: videoconferencing server Documentation=https://galene.org After=network.target