final touch

This commit is contained in:
daniel31x13
2024-02-19 15:38:36 -05:00
parent aee1828c15
commit b6ad2b5900
6 changed files with 36 additions and 68 deletions
+10 -10
View File
@@ -36,6 +36,16 @@ declare global {
NEXT_PUBLIC_TRIAL_PERIOD_DAYS?: string;
BASE_URL?: string;
// Proxy settings
PROXY?: string;
PROXY_USERNAME?: string;
PROXY_PASSWORD?: string;
PROXY_BYPASS?: string;
// PDF archive settings
PDF_MARGIN_TOP?: string;
PDF_MARGIN_BOTTOM?: string;
//
// SSO Providers
//
@@ -396,16 +406,6 @@ declare global {
ZOOM_CUSTOM_NAME?: string;
ZOOM_CLIENT_ID?: string;
ZOOM_CLIENT_SECRET?: string;
// Proxy settings
ARCHIVER_PROXY?: string;
ARCHIVER_PROXY_USERNAME?: string;
ARCHIVER_PROXY_PASSWORD?: string;
ARCHIVER_PROXY_BYPASS?: string;
// PDF archive settings
ARCHIVER_PDF_MARGIN_TOP?: string;
ARCHIVER_PDF_MARGIN_BOTTOM?: string;
}
}
}