diff --git a/conf/.env.template b/conf/.env.template index 25c75d1..7b3d03a 100644 --- a/conf/.env.template +++ b/conf/.env.template @@ -1,7 +1,7 @@ # only set this to true when testing/debugging # when unset: 1 (true) - dont unset this, just for development -DEBUG=1 -SQL_DEBUG=1 +DEBUG=0 +SQL_DEBUG=0 # HTTP port to bind to TANDOOR_PORT=__PORT__ diff --git a/manifest.json b/manifest.json index 007a62a..302a66d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "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 !" }, - "version": "1.4.5~ynh1", + "version": "1.4.5~ynh2", "url": "https://tandoor.dev", "upstream": { "license": "AGPL-3.0-or-later",