From fed15c06c8cabcde77d6dacd6294a74f5b63a5b8 Mon Sep 17 00:00:00 2001 From: Felipe Fernandes Versiane Date: Sat, 1 Jun 2024 22:36:10 -0300 Subject: [PATCH] refactor: refactoring .env example file --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index eaae737..52760b7 100644 --- a/.env.example +++ b/.env.example @@ -6,7 +6,7 @@ JWT_SECRET_REFRESH_KEY=khLCOW5YqXFb5rZrNZUx1g5Cz2iWuFP5 LOG_LEVEL=info LOG_OUTPUT=stdout -AUTHORIZATION_URL="https://..." +AUTHORIZATION_URL="https://util.devi.tools/api/v2/authorize" POSTGRES_HOST=db