mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Make data enrichment opt-in
This commit is contained in:
parent
fe199f2357
commit
9130089950
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ class Setting < RailsSettings::Base
|
|||
|
||||
field :data_enrichment_enabled,
|
||||
type: :boolean,
|
||||
default: true
|
||||
default: false
|
||||
|
||||
field :synth_api_key, type: :string, default: ENV["SYNTH_API_KEY"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue