✨ feat(stats): Replace dynamic stat fetching with environment constants for user, server, and location counts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user