Update .env.example and README.md to clarify JWT_SECRET requirements; enhance telemt API route handling to preserve query parameters; adjust TypeScript configuration to exclude specific directories; improve data grid components with new features and optimizations.
This commit is contained in:
@@ -5,8 +5,11 @@ REUI_LICENSE_KEY=
|
||||
PANEL_MODE=standalone
|
||||
TELEMT_API_URL=http://127.0.0.1:9091
|
||||
TELEMT_AUTH_HEADER=
|
||||
|
||||
# REQUIRED in production (≥ 8 chars). Generate: openssl rand -hex 32
|
||||
JWT_SECRET=dev-secret-change-me-please
|
||||
JWT_TTL_HOURS=24
|
||||
|
||||
PANEL_ENCRYPTION_KEY=dev-encryption-key-change-me
|
||||
PANEL_PUBLIC_URL=http://127.0.0.1:8080
|
||||
BOOTSTRAP_USERNAME=admin
|
||||
|
||||
Reference in New Issue
Block a user