[fix] unused settings.py removed

This commit is contained in:
asciimoo 2014-01-19 00:33:16 +01:00
parent 3afdd1d994
commit 3f21dd56e3
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
port = 8888
secret_key = "ultrasecretkey" # change this!
debug = True
request_timeout = 5.0 # seconds
weights = {} # 'search_engine_name': float(weight) | default is 1.0
blacklist = [] # search engine blacklist
categories = {} # custom search engine categories
base_url = None # "https://your.domain.tld/" or None (to use request parameters)