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