From ff41dc9e982aba49a1585c42ec88bad368b6c25d Mon Sep 17 00:00:00 2001 From: Santthosh Selvadurai Date: Sun, 30 Jun 2024 14:47:20 -0700 Subject: [PATCH] #93 Adding the environment documentation for ADMIN users --- .env.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.template b/.env.template index fe72ae3..0b8fe44 100644 --- a/.env.template +++ b/.env.template @@ -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