Mercurial
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mrjunejune/.config.development Sat Feb 14 16:32:24 2026 -0800 @@ -0,0 +1,12 @@ +# MrJuneJune Server Configuration + +# Auth token for S3 upload API +# Client must send this in Authorization header: Bearer <token> +UPLOAD_AUTH_TOKEN=THIS + +# S3 Configuration +S3_REGION=THIS +S3_BUCKET=THIS + +# Presigned URL expiration (seconds) +S3_URL_EXPIRES=SECONDS