Fix NoMethodError by adding missing config key.
See https://github.com/CartoDB/cartodb/issues/1698
This commit is contained in:
parent
40b37d6e6d
commit
b22b3bc171
@ -200,6 +200,8 @@ defaults: &defaults
|
||||
app_key: ''
|
||||
app_secret: ''
|
||||
callback_url: ''
|
||||
mailchimp:
|
||||
app_key: ''
|
||||
datasource_search:
|
||||
# Must be the same as CartoDB::Datasources::xxxx DATASOURCE_NAME constants
|
||||
twitter_search:
|
||||
|
Loading…
Reference in New Issue
Block a user