mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 17:01:08 +02:00
13 lines
390 B
Text
13 lines
390 B
Text
# Azure OpenAI Configuration
|
|
AZURE_OPENAI_ENDPOINT=https://your-azure-openai-endpoint.openai.azure.com
|
|
AZURE_OPENAI_API_KEY=your-api-key-here
|
|
AZURE_OPENAI_API_VERSION=2024-12-01-preview
|
|
|
|
# Mana Core Auth Configuration
|
|
MANA_CORE_AUTH_URL=http://localhost:3001
|
|
|
|
# PostgreSQL Database Configuration
|
|
DATABASE_URL=postgresql://chat:password@localhost:5432/chat
|
|
|
|
# Server Configuration
|
|
PORT=3002
|