-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtmpl.conf
More file actions
57 lines (49 loc) · 1.85 KB
/
Copy pathtmpl.conf
File metadata and controls
57 lines (49 loc) · 1.85 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
# AstrBot Instance Configuration: ${INSTANCE_NAME}
# Generated by astrbotctl init
# ------------------------------------------
# Instance identity
# ------------------------------------------
INSTANCE_NAME="${INSTANCE_NAME}"
# ------------------------------------------
# Storage
# ------------------------------------------
ASTRBOT_ROOT="${ASTRBOT_ROOT}"
# ------------------------------------------
# Core runtime / debugging
# ------------------------------------------
ASTRBOT_LOG_LEVEL="${ASTRBOT_LOG_LEVEL:-INFO}"
ASTRBOT_RELOAD="${ASTRBOT_RELOAD:-0}"
ASTRBOT_DISABLE_METRICS="${ASTRBOT_DISABLE_METRICS:-0}"
PYTHON="${PYTHON:-/usr/bin/python3}"
DEMO_MODE="${DEMO_MODE:-False}"
TESTING="${TESTING:-False}"
ASTRBOT_DESKTOP_CLIENT="${ASTRBOT_DESKTOP_CLIENT:-0}"
ASTRBOT_SYSTEMD="${ASTRBOT_SYSTEMD:-0}"
# ------------------------------------------
# Web Dashboard / API
# ------------------------------------------
ASTRBOT_DASHBOARD_ENABLE="${ASTRBOT_DASHBOARD_ENABLE:-True}"
ASTRBOT_CORS_ALLOW_ORIGIN="${ASTRBOT_CORS_ALLOW_ORIGIN:-https://dash.astrbot.men}"
ASTRBOT_HOST="${ASTRBOT_HOST}"
ASTRBOT_PORT="${ASTRBOT_PORT}"
# SSL
ASTRBOT_SSL_ENABLE="${ASTRBOT_SSL_ENABLE:-false}"
ASTRBOT_SSL_CERT="${ASTRBOT_SSL_CERT:-}"
ASTRBOT_SSL_KEY="${ASTRBOT_SSL_KEY:-}"
ASTRBOT_SSL_CA_CERTS="${ASTRBOT_SSL_CA_CERTS:-}"
# ------------------------------------------
# Network proxy
# ------------------------------------------
http_proxy="${http_proxy:-}"
https_proxy="${https_proxy:-}"
no_proxy="${no_proxy:-localhost,127.0.0.1}"
# ------------------------------------------
# Third-party integrations
# ------------------------------------------
DASHSCOPE_API_KEY="${DASHSCOPE_API_KEY:-}"
COZE_API_KEY="${COZE_API_KEY:-}"
COZE_BOT_ID="${COZE_BOT_ID:-}"
# ------------------------------------------
# Platform specific
# ------------------------------------------
TEST_MODE="${TEST_MODE:-off}"