final touch
This commit is contained in:
Vendored
+10
-10
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user