mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 00:09:41 +02:00
14 lines
438 B
Text
14 lines
438 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
|
|
|
|
# Supabase Configuration (for database only, not auth)
|
|
SUPABASE_URL=https://your-project.supabase.co
|
|
SUPABASE_SERVICE_KEY=your-service-key-here
|
|
|
|
# Server Configuration
|
|
PORT=3002
|