add initial template... template

This commit is contained in:
sam 2023-10-18 22:32:37 +02:00
parent 937c6e8451
commit eb1bb7309a
13 changed files with 513 additions and 21 deletions

View file

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