.env.test 517 B

1234567891011
  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_SECRET="xhZ8Q~9z1kuxKs~wt0EWbrtuG5FFlyS7WE8~~afa"
  5. REDIRECT_URI="https://localhost:53000/redirect/"
  6. POST_LOGOUT_REDIRECT_URI="https://localhost:53000"
  7. GRAPH_API_ENDPOINT="https://graph.microsoft.com/" # graph api endpoint string should end with a trailing slash
  8. EXPRESS_SESSION_SECRET="SESSION_SECRET"