feat(stats): Replace dynamic stat fetching with environment constants for user, server, and location counts

This commit is contained in:
web@ppanel
2025-01-08 12:54:43 +07:00
parent 3547bb1596
commit 46ae1665be
2 changed files with 13 additions and 16 deletions
+5
View File
@@ -5,6 +5,11 @@ NEXT_PUBLIC_DEFAULT_LANGUAGE=en-US
NEXT_PUBLIC_SITE_URL=https://user.ppanel.dev
NEXT_PUBLIC_API_URL=https://api.ppanel.dev
# Home Page Settings
NEXT_PUBLIC_HOME_USER_COUNT=999
NEXT_PUBLIC_HOME_SERVER_COUNT=999
NEXT_PUBLIC_HOME_LOCATION_COUNT=999
# Contact Email
NEXT_PUBLIC_EMAIL=support@ppanel.dev
# Community Links