1
0
Fork 0
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:
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,
type: :boolean,
default: true
default: false
field :synth_api_key, type: :string, default: ENV["SYNTH_API_KEY"]