1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00

Set 3000 as the default web port (#1215)

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.
This commit is contained in:
Alter Lagos 2024-10-10 01:21:15 +13:00 committed by GitHub
parent 597079dc8d
commit 0d7164af9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# Custom port config # Custom port config
# For users who have other applications listening at 3000, this allows them to set a value puma will listen to. # 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 # 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. # 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.