Mercurial
comparison mrjunejune/.config.development @ 200:90dfcef375fb
Added my own s3 bucket uploader url to mrjunejune.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sat, 14 Feb 2026 16:32:24 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 199:b4a070994b54 | 200:90dfcef375fb |
|---|---|
| 1 # MrJuneJune Server Configuration | |
| 2 | |
| 3 # Auth token for S3 upload API | |
| 4 # Client must send this in Authorization header: Bearer <token> | |
| 5 UPLOAD_AUTH_TOKEN=THIS | |
| 6 | |
| 7 # S3 Configuration | |
| 8 S3_REGION=THIS | |
| 9 S3_BUCKET=THIS | |
| 10 | |
| 11 # Presigned URL expiration (seconds) | |
| 12 S3_URL_EXPIRES=SECONDS |