changed port number for development
This commit is contained in:
4
.env
4
.env
@@ -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
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
node_modules/
|
||||
.env
|
||||
|
Reference in New Issue
Block a user