<%= content_for :page_title, "Sync Providers" %>

Configure credentials for third-party sync providers. Settings configured here will override environment variables.

<% @provider_configurations.each do |config| %> <% next if config.provider_key.to_s.casecmp("simplefin").zero? %> <%= settings_section title: config.provider_key.titleize, collapsible: true, open: false do %> <%= render "settings/providers/provider_form", configuration: config %> <% end %> <% end %> <%= settings_section title: "Lunch Flow", collapsible: true, open: false do %> <%= render "settings/providers/lunchflow_panel" %> <% end %> <%= settings_section title: "SimpleFIN", collapsible: true, open: false do %> <%= render "settings/providers/simplefin_panel" %> <% end %> <%= settings_section title: "Enable Banking (beta)", collapsible: true, open: false do %> <%= render "settings/providers/enable_banking_panel" %> <% end %> <%= settings_section title: "CoinStats", collapsible: true, open: false do %> <%= render "settings/providers/coinstats_panel" %> <% end %>