diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-14 23:11:02 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-14 23:11:02 +0200 |
| commit | aa3d63159ebc605a26ddadbe31c626a6d17e6ba8 (patch) | |
| tree | 431dc6d37ef9c7f5970f9e71f1eee9fbd29c0e1a /searx.conf_sample | |
| parent | ae9fb1d7dccf061032b5d4b167086838feb1463d (diff) | |
[enh] sample config
Diffstat (limited to 'searx.conf_sample')
| -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 + |