Skip to content

Commit

Permalink
Updated .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhish-nayak committed Apr 3, 2024
1 parent 15e244d commit b9c4ac1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ QA_NAME_EXISTS=
QA_EMAIL_EXISTS=
QA_USERNAME_EXISTS=
QA_PASSWORD_EXISTS=
# Test Guest user access - user is allowed only GET requests
QA_NAME_GUEST=Guest
QA_EMAIL_GUEST=[email protected]
QA_USERNAME_GUEST=guest
QA_PASSWORD_GUEST=secret-password

######################### OPTIONAL VARIABLES ##########################
# Moderator - you can set moderator status to false during testing
Expand Down

0 comments on commit b9c4ac1

Please sign in to comment.