Files
2025-11-14 17:17:30 -03:00

20 lines
657 B
Bash

# 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