Skip to content

Commit

Permalink
#93 Adding the environment documentation for ADMIN users
Browse files Browse the repository at this point in the history
  • Loading branch information
santthosh committed Jun 30, 2024
1 parent f89ce66 commit ff41dc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ AUTH0_ISSUER_BASE_URL='https://{yourDomain}'
AUTH0_CLIENT_ID='{yourClientId}'
AUTH0_CLIENT_SECRET='{yourClientSecret}'

# Add a list of Auth0 user ids that can access the Admin portal
ADMIN_USERS=[]

# AWS Parameters
AWS_S3_BUCKET=
AWS_REGION=us-west-2
Expand Down

0 comments on commit ff41dc9

Please sign in to comment.