From 4275f830c478ca0fc236ac31c86bdc55c96a185d Mon Sep 17 00:00:00 2001 From: gabrielb Date: Mon, 18 May 2026 01:19:54 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20adiciona=20.env.example=20com=20todas?= =?UTF-8?q?=20as=20vari=C3=A1veis=20de=20ambiente=20documentadas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .env.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..e670cb0 --- /dev/null +++ b/.env.example @@ -0,0 +1,14 @@ +# Copie este arquivo para .env.development.local e preencha os valores. +# O arquivo .local é ignorado pelo git — nunca commitar credenciais reais. + +# URL base da API REST +VITE_API_URL=https://sistema.modumfiscal.com.br + +# Keycloak +VITE_KEYCLOAK_URL=https://keycloakprod.modumfiscal.com.br +VITE_KEYCLOAK_REALM=modumfiscal-dev +VITE_KEYCLOAK_CLIENT_ID=portal-modumfiscal-web + +# Mock — define como true para rodar sem backend (sessão e dados falsos) +# Quando ativo, o bootstrapPrefeitura é pulado e o interceptor de mock é carregado. +VITE_USE_MOCK=false