Make configurator disabled by default

This commit is contained in:
GeorgianaElena
2021-04-05 21:42:01 +03:00
parent 32e0f99c3c
commit 3ff80378c9
2 changed files with 8 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ default = {
'max_age': 0
},
'configurator': {
'enabled': True
'enabled': False
}
}
}