feat: Allow setting customer panel URL via environment variables

This commit is contained in:
Maksim Eltyshev
2025-12-08 21:25:13 +01:00
parent 26200754f3
commit 52acc9de90
42 changed files with 73 additions and 8 deletions

View File

@@ -34,6 +34,7 @@ SECRET_KEY=notsecretkey
# INTERNAL_ACCESS_TOKEN=
# STORAGE_LIMIT=
# ACTIVE_USERS_LIMIT=
# CUSTOMER_PANEL_URL=
# Set to true to show more detailed authentication error messages.
# It should not be enabled without a rate limiter for security reasons.