Merge branch 'master' into devel
This commit is contained in:
commit
af94b770f9
2 changed files with 2 additions and 1 deletions
|
|
@ -43,6 +43,7 @@
|
|||
|
||||
* The API is now enabled by default and the API key -- if not yet set -- will be automatically generated on first
|
||||
server start and written back into ``config.yaml``
|
||||
* Event subscriptions are now enabled by default (it was an accident that they weren't)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ default_settings = {
|
|||
"config": "/default/path/to/your/cura/config.ini"
|
||||
},
|
||||
"events": {
|
||||
"enabled": False,
|
||||
"enabled": True,
|
||||
"subscriptions": []
|
||||
},
|
||||
"api": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue