style: fix alignment in config key declarations
This commit is contained in:
parent
015a172c2a
commit
ddd9ef5f22
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue