Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app/views/settings/hostings/_twelve_data_settings.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
<p class="text-sm text-secondary"><%= t(".env_configured_message") %></p>
<% else %>
<p class="text-secondary text-sm mb-4"><%= t(".description") %></p>
<ol class="text-sm text-secondary mb-4 list-decimal ml-6 space-y-2">
<li>
Visit <a href="https://twelvedata.com/register" target="_blank">twelvedata.com</a> and create a free Twelve Data Developer account.
</li>
<li>Go to the <a href="https://twelvedata.com/account/api-keys" target="_blank">API Keys</a> page.</li>
<li>Reveal your <strong>Secret Key</strong> and paste it below.</li>
</ol>
<% end %>
</div>

Expand Down