1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-01 23:20:13 +02:00

fix: remove unused env variable

This commit is contained in:
Elias Schneider 2022-10-16 20:31:16 +02:00
parent 4e3f6be8e3
commit cc17e7e641

View File

@ -5,7 +5,6 @@ const nextConfig = {
ALLOW_REGISTRATION: process.env.ALLOW_REGISTRATION,
SHOW_HOME_PAGE: process.env.SHOW_HOME_PAGE,
MAX_FILE_SIZE: process.env.MAX_FILE_SIZE,
BACKEND_URL: process.env.BACKEND_URL,
}
}