added an extra environment variable

This commit is contained in:
daniel31x13
2023-12-31 10:46:09 -05:00
parent 29e0370808
commit 4e29330472
7 changed files with 40 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ declare global {
NEXT_PUBLIC_MAX_FILE_SIZE?: string;
MAX_LINKS_PER_USER?: string;
ARCHIVE_TAKE_COUNT?: string;
NEXT_PUBLIC_MAX_FILE_SIZE?: string;
IGNORE_UNAUTHORIZED_CA?: string;
SPACES_KEY?: string;
SPACES_SECRET?: string;