uppercase all consul name
This commit is contained in:
10
db/seeds.rb
10
db/seeds.rb
@@ -58,11 +58,11 @@ Setting["opendata_url"] = "/opendata"
|
||||
# Public-facing URL of the app.
|
||||
Setting["url"] = "http://example.com"
|
||||
|
||||
# Consul installation's organization name
|
||||
Setting["org_name"] = "Consul"
|
||||
# CONSUL installation's organization name
|
||||
Setting["org_name"] = "CONSUL"
|
||||
|
||||
# Consul installation place name (City, Country...)
|
||||
Setting["place_name"] = "Consul-land"
|
||||
# CONSUL installation place name (City, Country...)
|
||||
Setting["place_name"] = "CONSUL-land"
|
||||
|
||||
# Meta tags for SEO
|
||||
Setting["meta_description"] = nil
|
||||
@@ -98,7 +98,7 @@ Setting['proposal_notification_minimum_interval_in_days'] = 3
|
||||
Setting['direct_message_max_per_day'] = 3
|
||||
|
||||
# Email settings
|
||||
Setting['mailer_from_name'] = 'Consul'
|
||||
Setting['mailer_from_name'] = 'CONSUL'
|
||||
Setting['mailer_from_address'] = 'noreply@consul.dev'
|
||||
|
||||
# Verification settings
|
||||
|
||||
Reference in New Issue
Block a user