#!/bin/sh export RUST_LOG="debug,retainer::cache=warn,html5ever=info" export BACKEND_URI=file://./test-dir export TOKEN_ENDPOINT=https://token.indieauth.com/token export AUTHORIZATION_ENDPOINT=https://indieauth.com/auth export COOKIE_SECRET=1234567890abcdefghijklmnopqrstuvwxyz #export COOKIE_SECRET_FILE=/dev/null exec cargo run --bin kittybox