Skip to content

Commit

Permalink
add WebhookEventLogConfiguration to DefaultSystemConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
spwitt committed Oct 17, 2024
1 parent 5725be3 commit 38da19d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fusionauth/resource_system_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,13 @@ func getDefaultSystemConfigurationRequest() fusionauth.SystemConfigurationReques
},
},
ReportTimezone: "America/Denver",
WebhookEventLogConfiguration: fusionauth.WebhookEventLogConfiguration{
Delete: fusionauth.DeleteConfiguration{
Enableable: fusionauth.Enableable{
Enabled: false,
},
},
},
},
}
}

0 comments on commit 38da19d

Please sign in to comment.