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 3336877933541394d60672ae2bfecdf4ab88c888
parent 3fc5f4315e02c45c6639d29fb959cc51385cc683
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Tue,  4 Apr 2023 22:57:54 +0200

feat: add REACT_APP_SUPABASE_URL to .env file

Diffstat:
M.env | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.env b/.env @@ -1,5 +1,7 @@ # Anonymous public API key for the Supabase project # https://app.supabase.com/project/_/settings/api REACT_APP_SUPABASE_KEY= +# Supabase project API +REACT_APP_SUPABASE_URL= # Application window title -REACT_APP_DOC_TITLE='My Heats' -\ No newline at end of file +REACT_APP_DOC_TITLE='My Heats'