refactor: allow for tenants
Some checks failed
continuous-integration/drone/pr Build is failing

This way by adjusting a handful of environment variables the Frontend
can be used by organisations outside of WTFeG.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
2025-05-12 14:33:54 +02:00
parent bdd4ac19b5
commit e283ee1d2d
12 changed files with 110 additions and 23 deletions

6
env.example Normal file
View File

@ -0,0 +1,6 @@
VUE_APP_PASSWORD_RESET_URL="https://resetpw.wtf-eg.de/"
VUE_APP_IMPRINT_URL="https://wtf-eg.de/impressum/"
VUE_APP_ISSUE_URL="https://git.wtf-eg.de/kompetenzinventar/ki-doku/issues/new/choose"
VUE_APP_PRIVACY_URL="https://wtf-eg.de/datenschutz/"
VUE_APP_SOURCE_CODE_URL="https://git.wtf-eg.de/kompetenzinventar"
VUE_APP_TENANT="WTF"