diff --git a/.env.example b/.env.example index 69617304..a44111c0 100644 --- a/.env.example +++ b/.env.example @@ -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.