mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
remove debug
This commit is contained in:
parent
43f518f83e
commit
464bab7c8e
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# only set this to true when testing/debugging
|
# only set this to true when testing/debugging
|
||||||
# when unset: 1 (true) - dont unset this, just for development
|
# when unset: 1 (true) - dont unset this, just for development
|
||||||
DEBUG=1
|
DEBUG=0
|
||||||
SQL_DEBUG=1
|
SQL_DEBUG=0
|
||||||
|
|
||||||
# HTTP port to bind to
|
# HTTP port to bind to
|
||||||
TANDOOR_PORT=__PORT__
|
TANDOOR_PORT=__PORT__
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Application for managing and sharing recipes, planning meals, building shopping lists and much much more!",
|
"en": "Application for managing and sharing recipes, planning meals, building shopping lists and much much more!",
|
||||||
"fr": "Gérez et partagez vos recettes, planifiez vos repas, créez vos listes de courses et beaucoup plus encore !"
|
"fr": "Gérez et partagez vos recettes, planifiez vos repas, créez vos listes de courses et beaucoup plus encore !"
|
||||||
},
|
},
|
||||||
"version": "1.4.5~ynh1",
|
"version": "1.4.5~ynh2",
|
||||||
"url": "https://tandoor.dev",
|
"url": "https://tandoor.dev",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
|
Loading…
Reference in a new issue