diff options
Diffstat (limited to 'dev.sh')
-rwxr-xr-x | dev.sh | 4 |
1 files 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 |