Override role, identity and tenant
Locally you can override role, identity, and tenant by adding the following properties to 'local.settings.json':
- BAAS_TENANT
- BAAS_IDENTITY
- BAAS_ROLES
Example:
```json
"BAAS_TENANT": "MY_TENANT"
"BAAS_IDENTITY": "MY_IDENTITY"
"BAAS_ROLES": "MY_ROLE_1, MY_ROLE_2"
``