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: tencentcloud/provider.go
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,7 @@ const (
121
121
PROVIDER_REGION="TENCENTCLOUD_REGION"
122
122
PROVIDER_PROTOCOL="TENCENTCLOUD_PROTOCOL"
123
123
PROVIDER_DOMAIN="TENCENTCLOUD_DOMAIN"
124
+
PROVIDER_PROXY="TENCENTCLOUD_PROXY"
124
125
//internal version: replace envYunti begin, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
125
126
//internal version: replace envYunti end, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
//internal version: replace enableBpass begin, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
196
203
//internal version: replace enableBpass end, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
0 commit comments