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 9f007fefec108173d947569a3355825316ff7cbb
parent 7a5ca1b4bb0353d0410e62ffc640eb81963f1b29
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun, 20 Oct 2024 12:33:06 +0200

feat: improve env for local development

Diffstat:
Mdev/env | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev/env b/dev/env @@ -46,4 +46,9 @@ SMTP_PASSWORD= # PostgreSQL environment variables for psql client # https://github.com/porsager/postgres?tab=readme-ov-file#environmental-variables -# PGHOST, PGPORT, PGDATABASE, PGUSERNAME, PGPASSWORD, etc. -\ No newline at end of file +# PGHOST, PGPORT, PGDATABASE, PGUSERNAME, PGPASSWORD, etc. +PGHOST=127.0.0.1 +PGPORT=5432 +PGDATABASE=postgres +PGUSERNAME=postgres +PGPASSWORD=example +\ No newline at end of file