From 0ec57bd6f8ed2d12e1723421a1cbf9cca2eab2c9 Mon Sep 17 00:00:00 2001 From: Keven Date: Tue, 9 Dec 2025 14:51:30 -0300 Subject: [PATCH] fix(Deploy): Ajustes para deploy --- env.bat | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 env.bat diff --git a/env.bat b/env.bat deleted file mode 100644 index b35e696..0000000 --- a/env.bat +++ /dev/null @@ -1,12 +0,0 @@ -@echo off -echo === Registrando variáveis de ambiente ORIUS_APP === - -setx ORIUS_APP_STATE "GO" -setx ORIUS_APP_API_URL "http://localhost:8000/" -setx ORIUS_APP_API_PREFIX "api/v1/" -setx ORIUS_APP_API_CONTENT_TYPE "application/json" - -echo. -echo Variáveis ORIUS_API registradas com sucesso! -echo Reinicie o terminal ou o computador para aplicar as alterações. -pause \ No newline at end of file