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: For DigitalOcean Spaces, a typical configuration looks like:
```bash ```bash
AWS_REGION=nyc3 export AWS_ACCESS_KEY_ID=[OBFUSCATED]
S3_BUCKET=your-space-name export AWS_SECRET_ACCESS_KEY=[OBFUSCATED]
AWS_ENDPOINT_URL=https://nyc3.digitaloceanspaces.com export AWS_REGION=lon1
AWS_ACCESS_KEY_ID=your-access-key export S3_BUCKET=blackdice-agent
AWS_SECRET_ACCESS_KEY=your-secret-key export AWS_ENDPOINT_URL=https://lon1.digitaloceanspaces.com
AWS_USE_PATH_STYLE=false export AWS_USE_PATH_STYLE=false
FRONTEND_ORIGIN=http://localhost:5173 export FRONTEND_ORIGIN=http://localhost:5173
``` ```
## Run locally ## Run locally