From 910fd3329d9a14058772c31a46f6ed27580222ea Mon Sep 17 00:00:00 2001 From: Kim Kakeya Date: Thu, 4 Dec 2025 01:17:24 -0300 Subject: [PATCH] feat: add disable auth settings to .env.example --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 044777a..078fd47 100644 --- a/.env.example +++ b/.env.example @@ -17,3 +17,7 @@ SPTRANS_BASE_URL=http://api.olhovivo.sptrans.com.br/v2.1 # Server Configuration HOST=0.0.0.0 PORT=8000 + +AUTH_DISABLED=false +DEFAULT_USER_EMAIL="andrelinguicanopapo@gmail.com" +DEFAULT_USER_NAME="andre linguiƧa"