diff options
Diffstat (limited to 'dev.sh')
-rwxr-xr-x | dev.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev.sh b/dev.sh new file mode 100755 index 0000000..1faca15 --- /dev/null +++ b/dev.sh @@ -0,0 +1,9 @@ +#!/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 |