From 1031d495d5b78d9b19dcdc414b6d7b0daf313bb2 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 10 Jul 2022 00:55:20 +0300 Subject: media: media endpoint PoC Supported features: - Streaming upload - Content-addressed storage - Metadata - MIME type (taken from Content-Type) - Length (I could use stat() for this one tho) - filename (for Content-Disposition: attachment, WIP) --- kittybox-rs/dev.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'kittybox-rs/dev.sh') diff --git a/kittybox-rs/dev.sh b/kittybox-rs/dev.sh index b720e5e..2b19161 100755 --- a/kittybox-rs/dev.sh +++ b/kittybox-rs/dev.sh @@ -1,6 +1,7 @@ #!/bin/sh export RUST_LOG="kittybox=debug,retainer::cache=warn,h2=info,rustls=info,tokio=info,tower_http::trace=debug" export BACKEND_URI=file://./test-dir +export BLOBSTORE_URI=file://./media-store export TOKEN_ENDPOINT=https://tokens.indieauth.com/token export AUTHORIZATION_ENDPOINT=https://indieauth.com/auth export COOKIE_SECRET=1234567890abcdefghijklmnopqrstuvwxyz -- cgit 1.4.1