feat(init): First commit
This commit is contained in:
commit
f92368748a
22 changed files with 1298 additions and 0 deletions
5
.env
Normal file
5
.env
Normal file
|
@ -0,0 +1,5 @@
|
|||
export PGHOST=localhost
|
||||
export PGPORT=5432
|
||||
export PGDATABASE=vmail
|
||||
export PGUSER=postgres
|
||||
export PGPASSWORD=postgres123
|
Loading…
Add table
Add a link
Reference in a new issue