-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
61 lines (52 loc) · 2.9 KB
/
Copy pathenv.example
File metadata and controls
61 lines (52 loc) · 2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Morpheus APP - Environment Configuration Template
# Copy this file to .env.local and fill in your actual values
# =============================================================================
# API Configuration
# =============================================================================
# Environment-specific API base URLs:
# - Development: https://api.dev.mor.org (default for local dev)
NEXT_PUBLIC_API_BASE_URL=https://api.dev.mor.org
# =============================================================================
# Authentication - AWS Cognito Configuration
# =============================================================================
NEXT_PUBLIC_COGNITO_REGION=us-east-2
NEXT_PUBLIC_COGNITO_USER_POOL_CLIENT_ID=gllbg66ej476tsaf2ibfjc7g8
NEXT_PUBLIC_COGNITO_DOMAIN=auth.mor.org
# =============================================================================
# Model Filtering Configuration
# =============================================================================
# Comma-separated list of ModelTypes to show in the UI
# Available types: LLM, UNKNOWN, STT, TTS, EMBEDDING
# Controls which model types appear in the chat page dropdowns
NEXT_PUBLIC_ALLOWED_MODEL_TYPES=LLM, EMBEDDING
# Default Model Configuration
# Model ID to select by default when models are loaded
NEXT_PUBLIC_DEFAULT_MODEL=hermes-4-14b
# =============================================================================
# Automation Settings Defaults
# =============================================================================
# Default value for automation enabled when creating new automation settings
# Set to "true" for Development to enable automation by default
# Set to "false" or leave empty to respect backend defaults
NEXT_PUBLIC_DEFAULT_AUTOMATION_ENABLED=true
################################################################################
# 5 SECRETS BELOW - DO NOT SHARE WITH ANYONE
################################################################################
# =============================================================================
# Admin API Authentication
# =============================================================================
# Secret for X-Admin-Secret header (required for webhook handlers to credit accounts)
# Get this value from the backend team - must match their ADMIN_API_SECRET
ADMIN_API_SECRET=
# =============================================================================
# Payment Integration - Coinbase Commerce
# =============================================================================
# API Key from Coinbase Commerce dashboard
COINBASE_COMMERCE_API_KEY=
COINBASE_COMMERCE_API_SECRET=
COINBASE_COMMERCE_WEBHOOK_SECRET=
# =============================================================================
# Reown AppKit Configuration (Web3 Wallet Connection)
# =============================================================================
# Project ID from https://dashboard.reown.com
NEXT_PUBLIC_PROJECT_ID=