app.config =
  default_docs: ['css', 'dom', 'dom_events', 'html', 'http', 'javascript']
  docs_host: '<%= App.docs_host %>'
  env: '<%= App.environment %>'
  history_cache_size: 10
  index_path: '/<%= App.docs_prefix %>'
  max_results: 50
  production_host: 'devdocs.io'
  search_param: 'q'
  sentry_dsn: '<%= App.sentry_dsn %>'