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

Updated Synth env variable description

This commit is contained in:
Josh Pigford 2024-10-22 13:10:51 -05:00
parent a4e87ffb4d
commit 9313620968

View file

@ -2,8 +2,8 @@
# 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=3000 PORT=3000
# Exchange Rate API # Exchange Rate & US Stock Pricing 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. In addition, it fetches US stock prices. We use Synth, which is a Maybe product. You can sign up for a free account at synthfinance.com.
SYNTH_API_KEY= SYNTH_API_KEY=
# SMTP Configuration # SMTP Configuration