Fix dev_seeds
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user