From 2882f7d7295979549ea14040db68994ee6bc1589 Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 21 Feb 2022 21:51:51 +0300 Subject: Fix the dev script to use the proper token endpoint and log settings --- dev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.sh b/dev.sh index 6ebbd2a..682bf3d 100755 --- a/dev.sh +++ b/dev.sh @@ -1,7 +1,7 @@ #!/bin/sh -export RUST_LOG="debug,retainer::cache=warn,html5ever=info,hyper::proto=info" +export RUST_LOG="debug,retainer::cache=warn,html5ever=info,hyper::proto=info,multipart=info,h2=warn,rustls=warn" export BACKEND_URI=file://./test-dir -export TOKEN_ENDPOINT=https://token.indieauth.com/token +export TOKEN_ENDPOINT=https://tokens.indieauth.com/token export AUTHORIZATION_ENDPOINT=https://indieauth.com/auth export COOKIE_SECRET=1234567890abcdefghijklmnopqrstuvwxyz #export COOKIE_SECRET_FILE=/dev/null -- cgit 1.4.1