Add missing settings to dev seeds

This commit is contained in:
decabeza
2019-02-25 14:59:03 +01:00
parent b68e8bf5d2
commit 6fd13c1701
3 changed files with 10 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ section "Creating Settings" do
Setting.create(key: 'map_longitude', value: -3.7)
Setting.create(key: 'map_zoom', value: 10)
Setting.create(key: 'featured_proposals_number', value: 3)
Setting.create(key: 'proposal_notification_minimum_interval_in_days', value: 0)
Setting.create(key: 'direct_message_max_per_day', value: 3)
Setting.create(key: 'related_content_score_threshold', value: -0.3)
Setting.create(key: 'hot_score_period_in_days', value: 31)