diff --git a/db/dev_seeds.rb b/db/dev_seeds.rb index 7abfcb3d0..1b31e8226 100644 --- a/db/dev_seeds.rb +++ b/db/dev_seeds.rb @@ -34,6 +34,7 @@ Setting.create(key: 'feature.signature_sheets', value: "true") Setting.create(key: 'per_page_code', value: "") Setting.create(key: 'comments_body_max_length', value: '1000') Setting.create(key: 'mailer_from_name', value: 'Consul') +Setting.create(key: 'mailer_from_address', value: 'noreply@consul.dev') Setting.create(key: 'meta_description', value: 'Citizen Participation and Open Government Application') Setting.create(key: 'meta_keywords', value: 'citizen participation, open government')