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