Update configurator to 0.2.7 (#275)

* Update CHANGELOG.md

* Update config.json

* Update map.py
This commit is contained in:
Daniel Perna
2018-04-12 16:54:48 +02:00
committed by Pascal Vizeli
parent 26db807753
commit 319215a3c7
3 changed files with 10 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ configurator = {
'BANLIMIT': options['banlimit'],
'DIRSFIRST': options['dirsfirst'],
'SESAME': options.get('sesame'),
'VERIFY_HOSTNAME': options.get('verify_hostname'),
}
with Path(sys.argv[1]).open('w') as json_file: