port replaced

This commit is contained in:
2025-06-01 14:04:31 +05:30
parent aa38ddc00c
commit c91d5efb05
4 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
HOST="localhost"
PORT=3000
FRONTEND_URL="http://localhost:5173"
FRONTEND_URL="http://localhost:3000"
JWT_SECRET = 'dentalsecret'
DATABASE_URL=postgresql://postgres:mypassword@localhost:5432/dentalapp