Skip to content

Commit

Permalink
Add some more common testing ports
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Oct 2, 2023
1 parent 11c9388 commit 93e08fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import java.util.*
val DEFAULT_PORTS = setOf(
80, // HTTP
443, // HTTPS
8000, 8080, 8888, 9000 // Common local dev ports
4443, 8000, 8080, 8443, 8888, 9000 // Common local dev/testing ports
)

const val MIN_PORT = 1
Expand Down

0 comments on commit 93e08fe

Please sign in to comment.