From 4304056185a13c387f3f3a15f6f71f96bef0e11c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 16 Dec 2020 21:37:39 +0100 Subject: [PATCH] Fix --- conf/config-dist.php | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config-dist.php b/conf/config-dist.php index 0f2477e..abc0b00 100644 --- a/conf/config-dist.php +++ b/conf/config-dist.php @@ -42,7 +42,7 @@ Setting('CURRENCY', 'EUR'); # Webserver root directory = /var/www # grocy directory = /var/www/grocy # => BASE_PATH = /grocy -Setting('BASE_PATH', '/grocy'); +Setting('BASE_PATH', ''); # The base url of your installation, # should be just "/" when running directly under the root of a (sub)domain diff --git a/manifest.json b/manifest.json index c04d5ba..1f8e1b4 100644 --- a/manifest.json +++ b/manifest.json @@ -49,7 +49,7 @@ "fr": "Choisissez la langue de l'application" }, "choices": ["fr", "en"], - "default": "en" + "default": "fr" }, { "name": "is_public",