We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cf721 commit 5210d72Copy full SHA for 5210d72
src/config/generated/config.ts
@@ -63,9 +63,9 @@ export interface GitProxyConfig {
63
*/
64
privateOrganizations?: any[];
65
/**
66
- * Used in early versions of git proxy to configure the remote host that traffic is proxied
67
- * to. In later versions, the repository URL is used to determine the domain proxied,
68
- * allowing multiple hosts to be proxied by one instance.
+ * Deprecated: 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.
69
70
proxyUrl?: string;
71
0 commit comments