Skip to content

Commit 392dd45

Browse files
committed
feat: more
1 parent 702158c commit 392dd45

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

docs/api/api/index.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,28 @@ import ApiEndpoint from "@site/src/components/ApiEndpoint";
1616
- `https://lb-3.exptech.dev/api`
1717
- `https://lb-4.exptech.dev/api`
1818

19+
:::note
20+
21+
lb-\*.exptech.dev 為指定 Balance Server,若不加編號則由 DNS 自動分配。
22+
23+
:::
24+
1925
### Core
2026

2127
- `https://api.exptech.dev/api`
2228
- `https://api-1.exptech.dev/api`
2329
- `https://api-2.exptech.dev/api`
30+
31+
:::note
32+
33+
api-\*.exptech.dev 為指定 Core Server,若不加編號則由 DNS 自動分配。
34+
35+
:::
36+
37+
:::warning
38+
39+
由 DNS 自動分配的情況下,意味著當有 1 台伺服器故障時,請求成功率為 1/2(50%) 以下,建議手動管理要使用的 Base URL。
40+
41+
參考 [手動處理 Base URL](../more/base-url)
42+
43+
:::

docs/api/more/base-url.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# 手動處理 Base URL

docs/api/more/index.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 5
3+
---
4+
5+
# 更多
6+
7+
## 目錄
8+
9+
- [手動處理 Base URL](base-url)

0 commit comments

Comments
 (0)