changed port number for development

This commit is contained in:
2025-08-04 15:11:07 +05:30
parent b88e00f758
commit 9093da6bc9
2 changed files with 3 additions and 2 deletions

4
.env
View File

@@ -1,3 +1,3 @@
PORT=8080
DATABASE_URL=postgresql://kmobile_app_rw:kmobile@localhost:5431/kmobile_banking
PORT=8081
DATABASE_URL=postgresql://kmobile_app_rw:kmobile@localhost:5432/kmobile_banking
JWT_SECRET=supersecret

1
.gitignore vendored
View File

@@ -1 +1,2 @@
node_modules/
.env