Skip to content

Commit

Permalink
env.example updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjameson committed Oct 23, 2023
1 parent 9ac0701 commit 6c7227b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ SUPABASE_HOST=http://localhost:54321 # in general this should work in local dev
# Passwords used by the Jest tests and create-test-users.js
SUPABASE_SERVICE_KEY=<your_service_key>
ORG_ADMIN_PW=<appropriate_password>
ORG_ADMIN_GROUP_ID='350abe76-937b-4a9b-9600-9b1f856db250' # Assumes based off of default config.json
LOCAL_ADMIN_PW=<appropriate_password>
PROFESSOR_PW=<appropriate_password>
PROFESSOR_GROUP_ID='f918b2f8-f587-4ee1-9f2d-35b3aed0b1e6' # Assumes based off of default config.json
STUDENT_PW=<appropriate_password>
STUDENT_GROUP_ID='f2e37e37-3b36-4833-b88d-f58e5c018ef5' # Assumes based off of default config.json
TUTOR_PW=<appropriate_password>
TUTOR_GROUP_ID='f2e37e37-3b36-4833-b88d-f58e5c018ef5' # Assumes based off of default config.json
READER_PW=<appropriate_password>
READER_GROUP_ID='f2e37e37-3b36-4833-b88d-f58e5c018ef5' # Assumes based off of default config.json
INVITE_PW=<appropriate_password>

0 comments on commit 6c7227b

Please sign in to comment.