-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
26 lines (20 loc) · 855 Bytes
/
Copy path.env.example
File metadata and controls
26 lines (20 loc) · 855 Bytes
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
# =============================================================================
# QPanda3 Runtime MCP Server - Environment Variables Configuration
# Copy this file to .env and fill in your actual credentials:
# cp .env.example .env
#
# Or use the one-click setup script:
# Linux/macOS: ./scripts/setup_configure.sh
# Windows: .\scripts\setup_configure.ps1
# =============================================================================
# ---- Required ----
# Origin Quantum API Key
# Obtain from: https://qcloud.originqc.com
QPANDA3_API_KEY=your_api_key_here
# ---- Optional ----
# QPanda3 Runtime server URL (override default)
# QPANDA3_SERVER_URL=https://qpanda3-runtime.qpanda.cn
# Path to config.yml (alternative to API key in env)
# QPANDA3_CONFIG_PATH=./config.yml
# Log level: DEBUG, INFO, WARNING, ERROR
# QPANDA3_LOG_LEVEL=INFO