myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 498bd5fc78f829c1991a428c6e9d99497df4561b
parent b76588b3a8222d2c6ef610b583f4984b5157bd35
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun, 17 Nov 2024 14:02:19 +0100

fix: dev authverify redirect uri

Diffstat:
M.env | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.env b/.env @@ -26,7 +26,7 @@ API_URI=http://127.0.0.1 # Bind port for API server API_PORT=8000 # Redirect url for magic links -API_REDIRECT_URI=http://127.0.0.1:5173/authverify +API_REDIRECT_URI=http://localhost:5173/authverify # Backend API CORS allowed origins API_CORS_ALLOW_ORIGIN=http://localhost:5173 # JWT secret for magic links (`openssl rand -base64 48`)