Skip to content

Commit

Permalink
Merge pull request #101 from assistants-hub/93_store
Browse files Browse the repository at this point in the history
#93 Adding administration portal and dashboard
  • Loading branch information
santthosh authored Jun 30, 2024
2 parents ef4416a + ff41dc9 commit e81e5a6
Show file tree
Hide file tree
Showing 44 changed files with 2,793 additions and 6,364 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"aws-crt": "^1.21.2",
"aws-sdk": "^2.1614.0",
"busboy": "^1.6.0",
"flowbite": "^2.2.1",
"flowbite-react": "^0.7.2",
"flowbite": "^2.4.1",
"flowbite-react": "^0.10.1",
"google": "link:@next/third-parties/google",
"groq-sdk": "^0.3.3",
"highlight.js": "^11.9.0",
Expand Down
Loading

0 comments on commit e81e5a6

Please sign in to comment.