-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (19 loc) · 905 Bytes
/
.env.example
File metadata and controls
21 lines (19 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ============================================
# CONFIGURACIÓN DE BASE DE DATOS
# ============================================
# Formato: postgresql://usuario:contraseña@host:puerto/nombre_bd
DATABASE_URL=postgresql://postgres:password@localhost:5432/gaplyTester
# ============================================
# CONFIGURACIÓN DE AZURE OPENAI
# ============================================
# 1. Ve a Azure Portal > Azure AI Services > tu recurso > Keys and Endpoint
# 2. Copia el endpoint y una de las claves
# 3. Configura el nombre de tu deployment (modelo desplegado)
AZURE_OPENAI_ENDPOINT=https://tu-recurso.openai.azure.com/
AZURE_OPENAI_API_KEY=tu_api_key_aqui
AZURE_OPENAI_API_VERSION=2024-12-01-preview
AZURE_OPENAI_DEPLOYMENT=gpt-5-mini
# ============================================
# VARIABLES ADICIONALES (Opcionales)
# ============================================
# VPS_IP=tu.ip.vps.aqui