File size: 198 Bytes
3f46b6e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# DuckDuckGo-specific settings
DUCKDUCKGO_MAX_RESULTS = 10
DUCKDUCKGO_TIMEOUT = 15  # seconds
SEARCH_DEFAULT_ENGINE = 'duckduckgo'  # Make it easy to add others

# Logging
LOG_LEVEL = "INFO"