init
This commit is contained in:
9
backend/.env.example
Normal file
9
backend/.env.example
Normal file
@ -0,0 +1,9 @@
|
||||
# Database
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_USERNAME=teamplanner
|
||||
DB_PASSWORD=teamplanner
|
||||
DB_DATABASE=teamplanner
|
||||
|
||||
# App
|
||||
PORT=4001
|
||||
Reference in New Issue
Block a user