Remove unused verification offices url setting
This commit is contained in:
@@ -58,7 +58,6 @@ section "Creating Settings" do
|
||||
Setting.create(key: "meta_description", value: "Citizen participation tool for an open, "\
|
||||
"transparent and democratic government")
|
||||
Setting.create(key: "meta_keywords", value: "citizen participation, open government")
|
||||
Setting.create(key: "verification_offices_url", value: "http://oficinas-atencion-ciudadano.url/")
|
||||
Setting.create(key: "min_age_to_participate", value: "16")
|
||||
Setting.create(key: "map_latitude", value: 40.41)
|
||||
Setting.create(key: "map_longitude", value: -3.7)
|
||||
|
||||
@@ -97,7 +97,6 @@ Setting['mailer_from_name'] = 'CONSUL'
|
||||
Setting['mailer_from_address'] = 'noreply@consul.dev'
|
||||
|
||||
# Verification settings
|
||||
Setting['verification_offices_url'] = 'http://oficinas-atencion-ciudadano.url/'
|
||||
Setting['min_age_to_participate'] = 16
|
||||
|
||||
# Featured proposals
|
||||
|
||||
Reference in New Issue
Block a user