chore: Rename for consistency

This commit is contained in:
Maksim Eltyshev
2026-01-13 17:52:31 +01:00
parent f4a24a3c1f
commit a60f8e3c3e
49 changed files with 68 additions and 68 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ module.exports.custom = {
internalAccessToken: process.env.INTERNAL_ACCESS_TOKEN,
storageLimit: envToBytes(process.env.STORAGE_LIMIT),
activeUsersLimit: envToNumber(process.env.ACTIVE_USERS_LIMIT),
activeUserLimit: envToNumber(process.env.ACTIVE_USER_LIMIT),
customerPanelUrl: process.env.CUSTOMER_PANEL_URL,
showDetailedAuthErrors: process.env.SHOW_DETAILED_AUTH_ERRORS === 'true',