diff options
| author | Alexandre Flament <alex@al-f.net> | 2017-01-06 13:23:30 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2017-05-15 21:23:13 +0200 |
| commit | ee080feaed838da423d390d2e7b3828149df6589 (patch) | |
| tree | ad23783066a3cc01c350d3fa68cf113864cc212f /searx/settings_robot.yml | |
| parent | c233bf0df9e1eda57a21dc507fded636f1e772d0 (diff) | |
[mod] the static and templates directories can be defined in the settings.yml
Diffstat (limited to 'searx/settings_robot.yml')
| -rw-r--r-- | searx/settings_robot.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/settings_robot.yml b/searx/settings_robot.yml index 59320480c..070a0edb6 100644 --- a/searx/settings_robot.yml +++ b/searx/settings_robot.yml @@ -16,7 +16,8 @@ server: http_protocol_version : "1.0" ui: - themes_path : "" + static_path : "" + templates_path : "" default_theme : oscar default_locale : "" |