Add VITE_MSAL_TENANT_ID and VITE_MSAL_CLIENT_ID to .env.production
This commit is contained in:
parent
42a8f25510
commit
8d532a50f0
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ VITE_API_BASE_URL=https://optical-dev.oliver.solution/semblance_back/api
|
|||
VITE_WEBSOCKET_PATH=/semblance_back/socket.io/
|
||||
|
||||
# MSAL Authentication (production server)
|
||||
VITE_MSAL_TENANT_ID=e519c2e6-bc6d-4fdf-8d9c-923c2f002385
|
||||
VITE_MSAL_CLIENT_ID=7e9b250a-d984-4fba-8e1c-a0622242a595
|
||||
VITE_MSAL_REDIRECT_URI=https://optical-dev.oliver.solution/semblance
|
||||
VITE_MSAL_POST_LOGOUT_REDIRECT_URI=https://optical-dev.oliver.solution/semblance
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue