diff options
author | Alexandre Flament <alex@al-f.net> | 2021-10-02 12:21:02 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-10-02 16:54:11 +0200 |
commit | 430babca253369d82e864500118f914a9420f74b (patch) | |
tree | bed242205b23585a485911a344dd478dce6a6f76 /Makefile | |
parent | e39a03cc61e9792afb34084fb4d9973a61deecea (diff) | |
download | searxng-430babca253369d82e864500118f914a9420f74b.tar.gz searxng-430babca253369d82e864500118f914a9420f74b.zip |
SearXNG: environment variables
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ run: install sleep 2 ; \ xdg-open http://127.0.0.1:8888/ ; \ ) & - SEARX_DEBUG=1 ./manage pyenv.cmd python -m searx.webapp + SEARXNG_DEBUG=1 ./manage pyenv.cmd python -m searx.webapp PHONY += install uninstall install uninstall: |