20 lines
656 B
Bash
20 lines
656 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=1
|
|
|
|
# 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
|