diff options
| -rw-r--r-- | searx.conf_sample | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/searx.conf_sample b/searx.conf_sample new file mode 100644 index 000000000..50f5e2a56 --- /dev/null +++ b/searx.conf_sample @@ -0,0 +1,7 @@ +[app] +secret_key = "yourultrasecretkey" # change this! + +[server] +port = 8888 +debug = False + |