major functionalities are fixed
This commit is contained in:
5
apps/Backend/.env.example
Normal file
5
apps/Backend/.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
HOST="localhost"
|
||||
PORT=3000
|
||||
FRONTEND_URL="http://localhost:5173"
|
||||
JWT_SECRET = 'dentalsecret'
|
||||
DATABASE_URL=postgresql://postgres:mypassword@localhost:5432/dentalapp
|
||||
Reference in New Issue
Block a user