You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; or a custom avatar source, like: http://cn.gravatar.com/avatar/
326
-
GRAVATAR_SOURCE = gravatar
327
-
; This value will be forced to be true in offline mode.
328
-
DISABLE_GRAVATAR = false
329
-
; Federated avatar lookup uses DNS to discover avatar associated
330
-
; with emails, see https://www.libravatar.org
331
-
; This value will be forced to be false in offline mode or Gravatar is disbaled.
332
-
ENABLE_FEDERATED_AVATAR = false
333
-
334
-
; Attachment settings for issues
335
-
[attachment]
336
-
; Whether attachments are enabled. Defaults to `true`
337
-
ENABLED = true
338
-
; Path for attachments. Defaults to `data/attachments`
339
-
PATH = data/attachments
340
-
; One or more allowed types, e.g. image/jpeg|image/png
341
-
ALLOWED_TYPES = image/jpeg|image/png
342
-
; Max size of each file. Defaults to 4MB
343
-
MAX_SIZE = 4
344
-
; Max number of files per upload. Defaults to 5
345
-
MAX_FILES = 5
346
-
347
-
[time]
348
-
; Specifies the format for fully outputed dates. Defaults to RFC1123
349
-
; Special supported values are ANSIC, UnixDate, RubyDate, RFC822, RFC822Z, RFC850, RFC1123, RFC1123Z, RFC3339, RFC3339Nano, Kitchen, Stamp, StampMilli, StampMicro and StampNano
350
-
; For more information about the format see http://golang.org/pkg/time/#pkg-constants
351
-
FORMAT =
352
-
353
349
; General settings of loggers
354
350
[log]
355
351
ROOT_PATH =
@@ -458,7 +454,7 @@ PULL = 300
458
454
GC = 60
459
455
460
456
[mirror]
461
-
;Default interval in hours between each check
457
+
;The default interval in hours for fetching updates.
462
458
DEFAULT_INTERVAL = 8
463
459
464
460
[api]
@@ -505,6 +501,10 @@ ENABLE_BASIC_AUTH = false
505
501
BASIC_AUTH_USERNAME =
506
502
BASIC_AUTH_PASSWORD =
507
503
504
+
; Extension mapping to highlight class
505
+
; e.g. .toml=ini
506
+
[highlight.mapping]
507
+
508
508
[i18n]
509
509
LANGS = en-US,zh-CN,zh-HK,zh-TW,de-DE,fr-FR,nl-NL,lv-LV,ru-RU,ja-JP,es-ES,pt-BR,pl-PL,bg-BG,it-IT,fi-FI,tr-TR,cs-CZ,sr-SP,sv-SE,ko-KR,gl-ES,uk-UA,en-GB,hu-HU,sk-SK,id-ID,fa-IR,vi-VN,pt-PT
510
510
NAMES = English,简体中文,繁體中文(香港),繁體中文(臺灣),Deutsch,français,Nederlands,latviešu,русский,日本語,español,português do Brasil,polski,български,italiano,suomi,Türkçe,čeština,српски,svenska,한국어,galego,українська,English (United Kingdom),Magyar,Slovenčina,Indonesian,Persian,Vietnamese,Português
0 commit comments