Spaces:
Running
Running
iridescentX
commited on
Commit
•
d7c0ad6
1
Parent(s):
d6bada2
Update searxng/settings.yml
Browse files- searxng/settings.yml +4 -5
searxng/settings.yml
CHANGED
@@ -72,17 +72,16 @@ search:
|
|
72 |
- html
|
73 |
- csv
|
74 |
- json
|
75 |
-
|
76 |
server:
|
77 |
# Is overwritten by ${SEARXNG_PORT} and ${SEARXNG_BIND_ADDRESS}
|
78 |
-
port:
|
79 |
-
#port: 8888
|
80 |
bind_address: "127.0.0.1"
|
81 |
# public URL of the instance, to ensure correct inbound links. Is overwritten
|
82 |
# by ${SEARXNG_URL}.
|
83 |
base_url: / # "http://example.com/location"
|
84 |
limiter: false # rate limit the number of request on the instance, block some bots
|
85 |
-
public_instance:
|
86 |
|
87 |
# If your instance owns a /etc/searxng/settings.yml file, then set the following
|
88 |
# values there.
|
@@ -2387,4 +2386,4 @@ doi_resolvers:
|
|
2387 |
sci-hub.st: 'https://sci-hub.st/'
|
2388 |
sci-hub.ru: 'https://sci-hub.ru/'
|
2389 |
|
2390 |
-
default_doi_resolver: 'oadoi.org'
|
|
|
72 |
- html
|
73 |
- csv
|
74 |
- json
|
75 |
+
|
76 |
server:
|
77 |
# Is overwritten by ${SEARXNG_PORT} and ${SEARXNG_BIND_ADDRESS}
|
78 |
+
port: 8888
|
|
|
79 |
bind_address: "127.0.0.1"
|
80 |
# public URL of the instance, to ensure correct inbound links. Is overwritten
|
81 |
# by ${SEARXNG_URL}.
|
82 |
base_url: / # "http://example.com/location"
|
83 |
limiter: false # rate limit the number of request on the instance, block some bots
|
84 |
+
public_instance: false # enable features designed only for public instances
|
85 |
|
86 |
# If your instance owns a /etc/searxng/settings.yml file, then set the following
|
87 |
# values there.
|
|
|
2386 |
sci-hub.st: 'https://sci-hub.st/'
|
2387 |
sci-hub.ru: 'https://sci-hub.ru/'
|
2388 |
|
2389 |
+
default_doi_resolver: 'oadoi.org'
|