diff options
author | Vika <vika@fireburn.ru> | 2023-07-22 12:32:36 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2023-07-22 12:34:56 +0300 |
commit | b9e66068484ea4111cd4adf63abc1afdac056b22 (patch) | |
tree | fac3a9311be580079260a690ec5f33a15b71833f /kittybox-rs/dev.sh | |
parent | 3c8122e54cdba2c635e723eb33f1d690f05767a7 (diff) | |
download | kittybox-b9e66068484ea4111cd4adf63abc1afdac056b22.tar.zst |
Mount webmention handling routes and tasks
Diffstat (limited to 'kittybox-rs/dev.sh')
-rwxr-xr-x | kittybox-rs/dev.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kittybox-rs/dev.sh b/kittybox-rs/dev.sh index 65d6143..52933ce 100755 --- a/kittybox-rs/dev.sh +++ b/kittybox-rs/dev.sh @@ -2,6 +2,7 @@ export RUST_LOG="kittybox=debug,retainer::cache=warn,h2=info,rustls=info,tokio=info,tower_http::trace=debug,sqlx=trace" #export BACKEND_URI=file://./test-dir export BACKEND_URI="postgres://localhost?dbname=kittybox&host=/run/postgresql" +export JOB_QUEUE_URI="postgres://localhost?dbname=kittybox&host=/run/postgresql" export BLOBSTORE_URI=file://./media-store export AUTH_STORE_URI=file://./auth-store export COOKIE_SECRET=1234567890abcdefghijklmnopqrstuvwxyz |