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 da094d825d7108762ba0cb5c6a5589f4a54823c6
parent 3ab1e0829426551869c3ac5fa2492d38e74202a4
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun, 20 Oct 2024 10:47:03 +0200

feat(env): comment API_REDIRECT_URI

Diffstat:
M.env | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.env b/.env @@ -21,6 +21,7 @@ VITE_LOCALE=en-US # Backend # ########### +# Redirect url for magic links API_REDIRECT_URI=http://localhost:5173/authverify # Backend API CORS allowed origins API_CORS_ALLOW_ORIGIN=http://localhost:5173