ai-robot-core/ai-service-admin/.env.example

9 lines
314 B
Plaintext
Raw Permalink Normal View History

# API Base URL
VITE_APP_BASE_API=/api
# Default API Key for authentication
# IMPORTANT: You must set this to a valid API key from the backend
# The backend creates a default API key on first startup (check backend logs)
# Or you can create one via the API: POST /admin/api-keys
VITE_APP_API_KEY=your-api-key-here