adds setting key deleted by mistake

This commit is contained in:
Alberto Garcia Cabeza
2016-12-30 17:21:50 +01:00
parent d8b4af5add
commit 00581fcacc

View File

@@ -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')