@@ -240,7 +240,7 @@ ENABLE_OPENID_SIGNIN = true
240
240
; Example value: trusted.domain.org trusted.domain.net
241
241
WHITELISTED_URIS =
242
242
; Forbidden URI patterns (POSIX regexp).
243
- ; Space sepaated .
243
+ ; Space separated .
244
244
; Only used if WHITELISTED_URIS is blank.
245
245
; Example value: loadaverage.org/badguy stackexchange.com/.*spammer
246
246
BLACKLISTED_URIS =
@@ -320,7 +320,7 @@ PASSWD =
320
320
SEND_AS_PLAIN_TEXT = false
321
321
; Enable sendmail (override SMTP)
322
322
USE_SENDMAIL = false
323
- ; Specifiy an alternative sendmail binary
323
+ ; Specify an alternative sendmail binary
324
324
SENDMAIL_PATH = sendmail
325
325
326
326
[cache]
@@ -362,7 +362,7 @@ GRAVATAR_SOURCE = gravatar
362
362
DISABLE_GRAVATAR = false
363
363
; Federated avatar lookup uses DNS to discover avatar associated
364
364
; with emails, see https://www.libravatar.org
365
- ; This value will be forced to be false in offline mode or Gravatar is disbaled .
365
+ ; This value will be forced to be false in offline mode or Gravatar is disabled .
366
366
ENABLE_FEDERATED_AVATAR = false
367
367
368
368
[attachment]
@@ -378,7 +378,7 @@ MAX_SIZE = 4
378
378
MAX_FILES = 5
379
379
380
380
[time]
381
- ; Specifies the format for fully outputed dates. Defaults to RFC1123
381
+ ; Specifies the format for fully outputted dates. Defaults to RFC1123
382
382
; Special supported values are ANSIC, UnixDate, RubyDate, RFC822, RFC822Z, RFC850, RFC1123, RFC1123Z, RFC3339, RFC3339Nano, Kitchen, Stamp, StampMilli, StampMicro and StampNano
383
383
; For more information about the format see http://golang.org/pkg/time/#pkg-constants
384
384
FORMAT =
@@ -476,7 +476,7 @@ OLDER_THAN = 24h
476
476
477
477
; Synchronize external user data (only LDAP user synchronization is supported)
478
478
[cron.sync_external_users]
479
- ; Syncronize external user data when starting server (default false)
479
+ ; Synchronize external user data when starting server (default false)
480
480
RUN_AT_START = false
481
481
; Interval as a duration between each synchronization (default every 24h)
482
482
SCHEDULE = @every 24h
0 commit comments