style: fix alignment in config key declarations

This commit is contained in:
kolaente 2026-03-20 10:09:44 +01:00 committed by kolaente
parent 015a172c2a
commit ddd9ef5f22
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ const (
ServiceEnablePublicTeams Key = `service.enablepublicteams`
ServiceBcryptRounds Key = `service.bcryptrounds`
ServiceEnableOpenIDTeamUserOnlySearch Key = `service.enableopenidteamusersearch`
ServiceIPExtractionMethod Key = `service.ipextractionmethod`
ServiceTrustedProxies Key = `service.trustedproxies`
ServiceIPExtractionMethod Key = `service.ipextractionmethod`
ServiceTrustedProxies Key = `service.trustedproxies`
SentryEnabled Key = `sentry.enabled`
SentryDsn Key = `sentry.dsn`