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

@@ -52,6 +52,11 @@
* nullable: true
* description: Maximum number of active users allowed (conditionally added for admins if configured)
* example: 100
* customerPanelUrl:
* type: string
* format: uri
* description: URL to the customer management panel (conditionally added for admins if configured)
* example: https://panel.example.com
* version:
* type: string
* description: Current version of the PLANKA application