This commit is contained in:
Bastian Wagner
2026-07-17 14:34:44 +02:00
parent 357642ad22
commit d30d9cfdde
15 changed files with 569 additions and 152 deletions

View File

@@ -5,6 +5,14 @@ WEB_PORT=4200
PUBLIC_WEB_URL=http://localhost:4200
API_BASE_URL=/api
APP_PRODUCT_NAME=LDAP Portal
APP_COMPANY_NAME=LDAP Portal
APP_PRIMARY_COLOR=#0f6b6e
APP_SUPPORT_EMAIL=support@example.com
APP_LOGO_URL=
APP_IMPRINT_URL=
APP_PRIVACY_URL=
DATABASE_URL=mysql://ldap_portal:change-me@mysql.example.com:3306/ldap_portal
DATABASE_SSL=false
JWT_SECRET=change-me-long-random-jwt-secret