Mercurial
comparison mrjunejune/.config.development @ 231:09a96dcb2b4c hg-web
[merge] Join existing hg-web branch head
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 02 Aug 2026 16:50:48 -0700 |
| parents | 90dfcef375fb |
| children | 04fee26ecce0 |
comparison
equal
deleted
inserted
replaced
| 217:7ef4c9d2a72d | 231:09a96dcb2b4c |
|---|---|
| 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 |