This commit is contained in:
sam 2023-09-22 01:37:57 +02:00
commit 48703ea9fc
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
36 changed files with 936 additions and 0 deletions

5
.env.example Normal file
View file

@ -0,0 +1,5 @@
DATABASE_NAME=postgres
DATABASE_USER=postgres
DATABASE_PASSWORD=postgres
DATABASE_HOST=localhost