From d2494f20b757b41480c428acb3957ec6f8893e98 Mon Sep 17 00:00:00 2001 From: Keven Date: Tue, 9 Dec 2025 11:44:45 -0300 Subject: [PATCH] Ajusta as variaveis de ambiente --- .env.local | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .env.local diff --git a/.env.local b/.env.local new file mode 100644 index 0000000..85c581b --- /dev/null +++ b/.env.local @@ -0,0 +1,4 @@ +NEXT_PUBLIC_ORIUS_APP_STATE=GO +NEXT_PUBLIC_ORIUS_APP_API_URL=http://localhost:8000/ +NEXT_PUBLIC_ORIUS_APP_API_PREFIX=api/v1/ +NEXT_PUBLIC_ORIUS_APP_API_CONTENT_TYPE=application/json \ No newline at end of file