Skip to content

Commit

Permalink
Set 3000 as the default web port
Browse files Browse the repository at this point in the history
Having by default `PORT=` only assigns to that variable `0`, which is
interpreted by puma to start the web app in a random port when `bin/dev`
is called.
  • Loading branch information
alagos committed Oct 1, 2024
1 parent 3dd0aa2 commit c373cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Custom port config
# For users who have other applications listening at 3000, this allows them to set a value puma will listen to.
PORT=
PORT=3000

# Exchange Rate API
# This is used to convert between different currencies in the app. We use Synth, which is a Maybe product. You can sign up for a free account at synthfinance.com.
Expand Down

0 comments on commit c373cce

Please sign in to comment.