feat(db): db stuff added in starting migration from old app
This commit is contained in:
9
.env-example
Normal file
9
.env-example
Normal file
@@ -0,0 +1,9 @@
|
||||
# server port
|
||||
VITE_PORT = 4000
|
||||
|
||||
# postgres connection
|
||||
DATABASE_HOST=localhost
|
||||
DATABASE_PORT=5432
|
||||
DATABASE_USER=username
|
||||
DATABASE_PASSWORD=password
|
||||
DATABASE_DB=lst
|
||||
Reference in New Issue
Block a user