You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.EN.MD
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,9 @@ To invoke the service, you must provide AK, SK, and region. These parameters can
65
65
region: Geographic area, such as cn-beijing
66
66
session-token: Required if role-playing is used.
67
67
disable-ssl: Specifies whether to disable SSL. The default value is false.
68
-
endpoint: Optional; the default value is open.volcengineapi.com.
68
+
endpoint: Optional; the default value is open.volcengineapi.com. Ignored when endpoint-resolver is standard.
69
+
endpoint-resolver: Optional;set to standard (case-insensitive) to use the standard resolver. Otherwise, the CLI uses endpoint when provided.
70
+
use-dual-stack: Optional;enable dual-stack endpoints when true. The default value is false.
69
71
```
70
72
71
73
2. If no configuration is specified in the configuration file, an attempt will be made to read the configuration from environment variables set via export.
@@ -77,6 +79,15 @@ To invoke the service, you must provide AK, SK, and region. These parameters can
77
79
# Whether to disable SSL; if not set, the default is false.
78
80
export VOLCENGINE_DISABLE_SSL=false
79
81
82
+
# Optional: custom endpoint. Ignored when VOLCENGINE_ENDPOINT_RESOLVER is standard.
83
+
export VOLCENGINE_ENDPOINT=open.volcengineapi.com
84
+
85
+
# Optional: endpoint resolver; set to standard (case-insensitive) to use the standard resolver.
0 commit comments