Skip to content
Snippets Groups Projects
Commit 56b2b766 authored by Bob Mottram's avatar Bob Mottram
Browse files

Extra ui fields

parent edc20569
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,8 @@ function create_searx_config {
echo ' http_protocol_version : "1.1" # 1.0 and 1.1 are supported' >> $settings_file
echo '' >> $settings_file
echo 'ui:' >> $settings_file
echo ' static_path : "" # Custom static path - leave it blank if you didnt change' >> $settings_file
echo ' templates_path : "" # Custom templates path - leave it blank if you didnt change' >> $settings_file
echo ' themes_path : "" # Custom ui themes path' >> $settings_file
echo ' default_theme : courgette # ui theme' >> $settings_file
echo ' default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section' >> $settings_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment