<!-- Before opening a feature request, search for similar or duplicates and vote/comment instead. This helps prioritize new features. --> **What problem would you like to solve? Please describe:** Hello! We have "summary" field with length more than 118 symbols. Example:  MaxSummaryLength = 118 setting in code by const https://github.com/target/goalert/blob/master/alert/alert.go#L14 **Describe the solution you'd like:** Can you set MaxSummaryLength by parameter in setting file or environment?