mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Set host expiry window to 0 to see what happens (#17762)
^ what it says
This commit is contained in:
parent
d896420421
commit
fb68278b1b
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ org_settings:
|
|||
fleet_desktop:
|
||||
transparency_url: https://fleetdm.com/transparency
|
||||
host_expiry_settings:
|
||||
host_expiry_enabled: false
|
||||
host_expiry_window: 7
|
||||
host_expiry_enabled: true
|
||||
host_expiry_window: 0
|
||||
integrations:
|
||||
jira: [ ]
|
||||
zendesk: [ ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue