.env.test 625 B

12345678910111213
  1. CLOUD_INSTANCE="https://login.microsoftonline.com/" # cloud instance string should end with a trailing slash
  2. TENANT_ID="2e58414a-c6ae-43ff-aaf5-45ab8b78a404"
  3. #CLIENT_ID="0673c862-7edc-455d-9636-5559a0a8f2b9"
  4. CLIENT_ID="b802acc1-19bf-4a83-8e36-cca8d751978a"
  5. #CLIENT_SECRET="xhZ8Q~9z1kuxKs~wt0EWbrtuG5FFlyS7WE8~~afa"
  6. CLIENT_SECRET="IDv8Q~xA24gTMOydMvJlX7UGhRl46SCwG-BhLcPo"
  7. REDIRECT_URI="https://localhost:53000/redirect/"
  8. POST_LOGOUT_REDIRECT_URI="https://localhost:53000"
  9. GRAPH_API_ENDPOINT="https://graph.microsoft.com/" # graph api endpoint string should end with a trailing slash
  10. EXPRESS_SESSION_SECRET="SESSION_SECRET"