updated readme with real-world env vars

This commit is contained in:
Paul Jenkins
2026-03-26 11:07:23 +00:00
parent 20c1298a7f
commit 452c91d21a

View File

@@ -26,13 +26,13 @@ Standard AWS credentials are supported through the normal SDK chain. You can als
For DigitalOcean Spaces, a typical configuration looks like:
```bash
AWS_REGION=nyc3
S3_BUCKET=your-space-name
AWS_ENDPOINT_URL=https://nyc3.digitaloceanspaces.com
AWS_ACCESS_KEY_ID=your-access-key
AWS_SECRET_ACCESS_KEY=your-secret-key
AWS_USE_PATH_STYLE=false
FRONTEND_ORIGIN=http://localhost:5173
export AWS_ACCESS_KEY_ID=[OBFUSCATED]
export AWS_SECRET_ACCESS_KEY=[OBFUSCATED]
export AWS_REGION=lon1
export S3_BUCKET=blackdice-agent
export AWS_ENDPOINT_URL=https://lon1.digitaloceanspaces.com
export AWS_USE_PATH_STYLE=false
export FRONTEND_ORIGIN=http://localhost:5173
```
## Run locally