evomaintenance: Turn on API by default (instead of DB)
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Ludovic Poujol 2019-08-07 15:40:47 +02:00
parent b7844dd804
commit 6d2db1341f
2 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@ The **patch** part changes incrementally at each release.
### Changed
* elasticsearch: listen on local interface only by default
* squid: Remove wait time when we turn off squid
* evomaintenance: Turn on API by default (instead of DB)
### Fixed
* lxc-php: Don't remove the default pool

View File

@ -34,8 +34,8 @@ evomaintenance_realm: "{{ evolinux_internal_domain }}"
evomaintenance_api_endpoint: Null
evomaintenance_api_key: Null
evomaintenance_hook_api: False
evomaintenance_hook_db: True
evomaintenance_hook_api: True
evomaintenance_hook_db: False
evomaintenance_hook_commit: True
evomaintenance_hook_mail: True