diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 217658088..9b85692fc 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -407,13 +407,12 @@ engines: require_api_key: false results: JSON - # - name: astrophysics data system - # engine: astrophysics_data_system - # sort: asc - # weight: 5 - # categories: [science] - # api_key: your-new-key - # shortcut: ads + - name: astrophysics data system + engine: astrophysics_data_system + shortcut: ads + # read https://docs.searxng.org/dev/engines/online/astrophysics_data_system.html + api_key: "" + inactive: true - name: alpine linux packages engine: alpinelinux |