1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-18 20:59:39 +02:00

Make data enrichment opt-in

This commit is contained in:
Zach Gollwitzer 2024-12-16 10:37:59 -05:00
parent fe199f2357
commit 9130089950
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ class Setting < RailsSettings::Base
field :data_enrichment_enabled, field :data_enrichment_enabled,
type: :boolean, type: :boolean,
default: true default: false
field :synth_api_key, type: :string, default: ENV["SYNTH_API_KEY"] field :synth_api_key, type: :string, default: ENV["SYNTH_API_KEY"]

View file

@ -3,7 +3,7 @@ en:
settings: settings:
hostings: hostings:
data_enrichment_settings: data_enrichment_settings:
description: Enable data enrichment for your accounts such as merchant info, transaction description cleanup, and more description: Enable data enrichment for your account transactions. This will incur additional Synth credits.
title: Data Enrichment title: Data Enrichment
invite_code_settings: invite_code_settings:
description: Every new user that joins your instance of Maybe can only do description: Every new user that joins your instance of Maybe can only do