File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,28 @@ import ApiEndpoint from "@site/src/components/ApiEndpoint";
16
16
- ` https://lb-3.exptech.dev/api `
17
17
- ` https://lb-4.exptech.dev/api `
18
18
19
+ :::note
20
+
21
+ lb-\* .exptech.dev 為指定 Balance Server,若不加編號則由 DNS 自動分配。
22
+
23
+ :::
24
+
19
25
### Core
20
26
21
27
- ` https://api.exptech.dev/api `
22
28
- ` https://api-1.exptech.dev/api `
23
29
- ` 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
+ :::
Original file line number Diff line number Diff line change
1
+ ---
2
+ sidebar_position : 2
3
+ ---
4
+
5
+ # 手動處理 Base URL
Original file line number Diff line number Diff line change
1
+ ---
2
+ sidebar_position : 5
3
+ ---
4
+
5
+ # 更多
6
+
7
+ ## 目錄
8
+
9
+ - [ 手動處理 Base URL] ( base-url )
You can’t perform that action at this time.
0 commit comments