Skip to content

Commit

Permalink
Create .env.demo
Browse files Browse the repository at this point in the history
  • Loading branch information
christianlouis authored Feb 9, 2025
1 parent 94f3032 commit 454e0a2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env.demo
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ADMIN_USERNAME=admin
ADMIN_PASSWORD=securepassword

AWS_ACCESS_KEY_ID=your_access_key
AWS_SECRET_ACCESS_KEY=your_secret_key
AWS_REGION=your_aws_region
AWS_TEXTRACT_ROLE_ARN=your_textract_role

DATABASE_URL=sqlite:///./app/database.db
REDIS_URL=redis://redis:6379/0

0 comments on commit 454e0a2

Please sign in to comment.