diff --git a/whoogle/CHANGELOG.md b/whoogle/CHANGELOG.md index 835e9ba91..e8baeab26 100644 --- a/whoogle/CHANGELOG.md +++ b/whoogle/CHANGELOG.md @@ -1,6 +1,7 @@ ## 0.7.1 - Changed the config handeling - Added a docs with the config explaination. +- Make sure you redo your configuration! ## 0.7.0 - Initial release (latest builds) diff --git a/whoogle/config.json b/whoogle/config.json index 4c1e66328..6601775c7 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -10,8 +10,7 @@ "upstream": "0.7.0", "webui": "http://[HOST]:[PORT:5000]", "devices": [], - "environment": { - }, + "environment": {}, "map": ["config:rw"], "options": { "TZ":"Europe/Amsterdam", @@ -55,7 +54,6 @@ "WHOOGLE_CONFIG_COUNTRY": "str?", "WHOOGLE_CONFIG_SEARCH_LANGUAGE": "str?", "WHOOGLE_CONFIG_BLOCK": "str?", - "WHOOGLE_CONFIG_STYLE": "str?", "WHOOGLE_RESULTS_PER_PAGE": "int(5,100)?" } }