diff --git a/db/dev_seeds.rb b/db/dev_seeds.rb index c73552d18..0a4738987 100644 --- a/db/dev_seeds.rb +++ b/db/dev_seeds.rb @@ -15,9 +15,9 @@ Setting.create(key: 'proposal_code_prefix', value: 'MAD') Setting.create(key: 'votes_for_proposal_success', value: '100') Setting.create(key: 'months_to_archive_proposals', value: '12') Setting.create(key: 'comments_body_max_length', value: '1000') -Settings.create(key: 'debate_api_votes_threshold', value: '150') -Settings.create(key: 'proposal_api_votes_threshold', value: '150') -Settings.create(key: 'comment_api_votes_threshold', value: '30') +Setting.create(key: 'debate_api_votes_threshold', value: '2') +Setting.create(key: 'proposal_api_votes_threshold', value: '2') +Setting.create(key: 'comment_api_votes_threshold', value: '2') Setting.create(key: 'twitter_handle', value: '@consul_dev') Setting.create(key: 'twitter_hashtag', value: '#consul_dev')