added the ability to disable registration

This commit is contained in:
daniel31x13
2023-09-28 19:07:25 +03:30
parent 7585d52750
commit fdcae013c6
5 changed files with 132 additions and 115 deletions
+1
View File
@@ -4,6 +4,7 @@ declare global {
NEXTAUTH_SECRET: string;
DATABASE_URL: string;
NEXTAUTH_URL: string;
NEXT_PUBLIC_DISABLE_REGISTRATION?: string;
PAGINATION_TAKE_COUNT?: string;
STORAGE_FOLDER?: string;
AUTOSCROLL_TIMEOUT?: string;