add example .env, don't unwrap postgres error but log it

This commit is contained in:
sam 2023-10-18 17:22:25 +02:00
parent b050eaac9b
commit 937c6e8451
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
3 changed files with 13 additions and 4 deletions

2
.env.example Normal file
View file

@ -0,0 +1,2 @@
DATABASE=postgresql://postgres:postgres@localhost/postgres
PORT=3000