initial commit
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
POSTGRES_DB=pokopia
|
||||
POSTGRES_USER=pokopia
|
||||
POSTGRES_PASSWORD=pokopia
|
||||
DATABASE_URL=postgres://pokopia:pokopia@localhost:5432/pokopia
|
||||
BACKEND_PORT=3001
|
||||
VITE_API_BASE_URL=http://localhost:3001
|
||||
Reference in New Issue
Block a user