integracao-core

This commit is contained in:
2025-11-14 17:17:30 -03:00
parent 2b2886a75c
commit f0b86641b6
18 changed files with 517 additions and 17 deletions
+18 -2
View File
@@ -1,3 +1,19 @@
VITE_ESTABELECIMENTO_ID=27
VITE_USER_EMAIL=your-email@example.com
# API Configuration
# Base URL da API do HGTX
VITE_API_BASE_URL=https://prod-hgtx-intelligence-n8n.hgtx.com.br
VITE_BASE_URL_HGTX_CORE_API=https://core-api.hgtx.com.br/api/
VITE_BASE_URL_HGTX_CORE=https://core.hgtx.com.br/
# API Key para autenticação
# IMPORTANTE: Mantenha esta chave segura e não compartilhe publicamente
VITE_API_KEY=zp01m-pmn5q-0l2eg-aj5vy
# User Configuration
# Configure com os dados do usuário/estabelecimento
VITE_USER_EMAIL=suporte@hightechx.com
VITE_ESTABELECIMENTO_ID=27
# Instruções:
# 1. Copie este arquivo para .env
# 2. Substitua os valores acima com as configurações reais
# 3. NUNCA commite o arquivo .env no git