We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07dd963 commit d08aed7Copy full SHA for d08aed7
bin/dev
@@ -6,7 +6,7 @@ if ! gem list foreman -i --silent; then
6
fi
7
8
# Default to port 3000 if not specified
9
-export PORT="${PORT:-3000}"
+export PORT="${PORT:-5000}"
10
11
# Let the debug gem allow remote connections,
12
# but avoid loading until `debugger` is called
0 commit comments