From 93136209680898edaa7f7f8f62c7b258bcede9a1 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Tue, 22 Oct 2024 13:10:51 -0500 Subject: [PATCH] Updated Synth env variable description --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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