Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ GITHUB_API_TOKEN=your-github-token-here
# Email Configuration (optional - overrides application.properties)
# spring.mail.username=your-email@gmail.com
# spring.mail.password=your-app-password

# S3 Bucket Defaults
AWS_BUCKET_NAME=your-bucket-name
AWS_ACCESS_KEY_ID=your-access-key
AWS_SECRET_ACCESS_KEY=your-secret-key
AWS_REGION=us-east-2
```

**Production Configuration:**
Expand Down Expand Up @@ -196,4 +202,4 @@ Note, steps 1,2,3,5 are on your development (LOCAL) server. You need to update y
- Update schema: `python scripts/db_init.py`

5. Push local changes to production: `python scripts/db_local2prod.py`
(Requires admin password from production in .env)
(Requires admin password from production in .env)