Skip to content

Commit 02e9448

Browse files
authored
chore: remove PORT from nodemon envs (#313)
1 parent 276607f commit 02e9448

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nodemon.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"DANGEROUSLY_DISABLE_SECURE_CSRF_COOKIES": "true",
1010
"ORY_SDK_URL": "http://localhost:4433",
1111
"KRATOS_PUBLIC_URL": "http://localhost:4433",
12-
"KRATOS_ADMIN_URL": "http://localhost:4434",
13-
"PORT": "4455"
12+
"KRATOS_ADMIN_URL": "http://localhost:4434"
1413
}
1514
}

0 commit comments

Comments
 (0)