From 96b9d3398d2689f8aae2b229111c94c2be439834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 12 Jun 2022 15:09:10 +0200 Subject: [PATCH] Cleaning up --- check_process | 5 +---- manifest.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/check_process b/check_process index 32c6bdc..c453624 100644 --- a/check_process +++ b/check_process @@ -3,9 +3,6 @@ domain="domain.tld" path="/path" is_public=1 - language="fr" - admin="john" - password="1Strong-Password" ; Checks pkg_linter=1 setup_sub_dir=1 @@ -14,7 +11,7 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=1 from_commit=CommitHash + #upgrade=1 from_commit=CommitHash backup_restore=1 multi_instance=1 change_url=1 diff --git a/manifest.json b/manifest.json index 3c4c872..22c0c6b 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ "upstream": { "license": "AGPL-3.0-only", "website": "https://www.documize.com", - "demo": "https://demo.example.com", + "demo": "https://docs.documize.com/", "admindoc": "https://docs.documize.com", "code": "https://github.com/documize/community" },