feat: make admin users hotel managers with configurable hotel code

This commit is contained in:
Björn Fromme
2023-12-01 14:09:49 +01:00
parent ec22e31eb9
commit 9b4f100bb1
4 changed files with 20 additions and 8 deletions
+5 -2
View File
@@ -46,10 +46,13 @@ APP_BPN_USER=
APP_BPN_PASSWORD=
APP_BPN_ENDPOINT=
# This hotel code will be assigned to admin users together with ROLE_HOTEL_MANAGER
# in dev and staging environments for testing purposes
APP_BPN_DEFAULT_HOTEL_CODE=
APP_BPN_CRM_ID_ADMIN=1292
APP_BPN_CRM_ID_MANAGER=1293
APP_BPN_CRM_ID_HOUSE_MANAGER=9999
APP_BPN_CRM_ID_TEAMER=1070
APP_DEFAULT_EMAIL_FROM=[email protected]
APP_DEFAULT_EMAIL_TO=[email protected]
APP_DEFAULT_EMAIL_TO=[email protected]