Add redir

This commit is contained in:
2025-12-02 17:00:19 +01:00
parent 60f04f1aa8
commit 80b58147ed
16 changed files with 198 additions and 195 deletions

View File

@@ -3,7 +3,8 @@ APP_NAME=imgfloat
.PHONY: run test package docker-build docker-run ssl
run:
test -f .env && . ./.env
test -f .env && . ./.env; \
export TWITCH_REDIRECT_URI=$${TWITCH_REDIRECT_URI:-http://localhost:8080/login/oauth2/code/twitch}; \
mvn spring-boot:run
test: