diff --git a/.env b/.env index 34e3e37..5c88f1c 100644 --- a/.env +++ b/.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 diff --git a/.gitignore b/.gitignore index c2658d7..713d500 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules/ +.env