diff --git a/.env.example b/.env.example index 9bce6ab7..2622021b 100644 --- a/.env.example +++ b/.env.example @@ -2,8 +2,8 @@ # For users who have other applications listening at 3000, this allows them to set a value puma will listen to. 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. +# Exchange Rate & US Stock Pricing API +# 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= # SMTP Configuration