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: config.schema.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,11 @@
5
5
"description": "Configuration for customizing git-proxy",
6
6
"type": "object",
7
7
"properties": {
8
-
"proxyUrl": { "type": "string" },
8
+
"proxyUrl": {
9
+
"type": "string",
10
+
"description": "Used in early versions of git proxy to configure the remote host that traffic is proxied to. In later versions, the repository URL is used to determine the domain proxied, allowing multiple hosts to be proxied by one instance.",
0 commit comments