We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa3604 commit 9502187Copy full SHA for 9502187
1 file changed
src/config/generated/config.ts
@@ -79,11 +79,11 @@ export interface GitProxyConfig {
79
*/
80
sink?: Database[];
81
/**
82
- * Legacy: Path to SSL certificate file (use tls.cert instead)
+ * Deprecated: Path to SSL certificate file (use tls.cert instead)
83
84
sslCertPemPath?: string;
85
86
- * Legacy: Path to SSL private key file (use tls.key instead)
+ * Deprecated: Path to SSL private key file (use tls.key instead)
87
88
sslKeyPemPath?: string;
89
0 commit comments