From 96c054aa990245d082baab7d03a7efc9e9f45e6b Mon Sep 17 00:00:00 2001 From: Kharec Date: Fri, 21 Nov 2025 13:13:27 +0100 Subject: [PATCH] feat: add new parameter --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index b768116..afc7df9 100644 --- a/.env.example +++ b/.env.example @@ -34,6 +34,9 @@ TITLE=Goyco DEBUG=false BCRYPT_COST=10 +# CLI configuration +CLI_JSON_OUTPUT=false + # Rate limiting configuration (nb of request per minutes) RATE_LIMIT_AUTH=10 RATE_LIMIT_GENERAL=200