mirror of
https://github.com/YunoHost-Apps/grocy_ynh.git
synced 2024-09-03 19:25:54 +02:00
Fix
This commit is contained in:
parent
491354951b
commit
4304056185
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ Setting('CURRENCY', 'EUR');
|
||||||
# Webserver root directory = /var/www
|
# Webserver root directory = /var/www
|
||||||
# grocy directory = /var/www/grocy
|
# grocy directory = /var/www/grocy
|
||||||
# => BASE_PATH = /grocy
|
# => BASE_PATH = /grocy
|
||||||
Setting('BASE_PATH', '/grocy');
|
Setting('BASE_PATH', '');
|
||||||
|
|
||||||
# The base url of your installation,
|
# The base url of your installation,
|
||||||
# should be just "/" when running directly under the root of a (sub)domain
|
# should be just "/" when running directly under the root of a (sub)domain
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
"fr": "Choisissez la langue de l'application"
|
"fr": "Choisissez la langue de l'application"
|
||||||
},
|
},
|
||||||
"choices": ["fr", "en"],
|
"choices": ["fr", "en"],
|
||||||
"default": "en"
|
"default": "fr"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
|
Loading…
Reference in a new issue