feat: make admin users hotel managers with configurable hotel code
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user