0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-02-19 01:55:48 -05: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,
}
}