feat(init): First commit

This commit is contained in:
Thomas Maurice 2024-02-11 19:59:34 +01:00
commit f92368748a
Signed by: thomas
GPG key ID: 1D577F50583032A6
22 changed files with 1298 additions and 0 deletions

5
.env Normal file
View file

@ -0,0 +1,5 @@
export PGHOST=localhost
export PGPORT=5432
export PGDATABASE=vmail
export PGUSER=postgres
export PGPASSWORD=postgres123