Skip to content

Commit d37ee5c

Browse files
committed
docs(env): add DIRECT_LAUNCH
1 parent 4e351ee commit d37ee5c

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

docs/env-variables-reference.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@
5555

5656
---
5757

58+
## 启动配置
59+
60+
### DIRECT_LAUNCH
61+
62+
- **用途**: 快速启动
63+
- **类型**: 布尔值
64+
- **默认值**: `false`
65+
- **示例**: `DIRECT_LAUNCH=false`
66+
- **说明**: 跳过等待选项超时,直接使用默认选项快速启动
67+
68+
---
69+
5870
## 代理配置
5971

6072
### HTTP_PROXY

docs/environment-configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ ENDPOINT_CAPTURE_TIMEOUT=45
6969
STREAM_PORT=3120
7070
```
7171

72+
### 启动配置
73+
```env
74+
# 快速启动
75+
DIRECT_LAUNCH=false
76+
```
77+
7278
### 代理配置
7379

7480
```env

0 commit comments

Comments
 (0)