From 53eb90f9a104c02d8e25e513902780809570d4e2 Mon Sep 17 00:00:00 2001 From: ampersandru <43594741+ampersandru@users.noreply.github.com> Date: Sun, 26 Oct 2025 09:58:18 -0700 Subject: [PATCH] Added instructions on where and how to obtain API key for Twelve Data (#235) * Added instructions on where and how to obtain API key for Twelve Data Signed-off-by: ampersandru <43594741+ampersandru@users.noreply.github.com> * added rel="noopener noreferrer" to links Signed-off-by: ampersandru <43594741+ampersandru@users.noreply.github.com> --------- Signed-off-by: ampersandru <43594741+ampersandru@users.noreply.github.com> --- app/views/settings/hostings/_twelve_data_settings.html.erb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/views/settings/hostings/_twelve_data_settings.html.erb b/app/views/settings/hostings/_twelve_data_settings.html.erb index 4559f6521..0b4c9bfea 100644 --- a/app/views/settings/hostings/_twelve_data_settings.html.erb +++ b/app/views/settings/hostings/_twelve_data_settings.html.erb @@ -5,6 +5,13 @@

<%= t(".env_configured_message") %>

<% else %>

<%= t(".description") %>

+
    +
  1. + Visit twelvedata.com and create a free Twelve Data Developer account. +
  2. +
  3. Go to the API Keys page.
  4. +
  5. Reveal your Secret Key and paste it below.
  6. +
<% end %>