summaryrefslogtreecommitdiffstats
path: root/custom/conf
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2019-07-18 00:23:54 +0800
committertechknowlogick <techknowlogick@gitea.io>2019-07-17 12:23:54 -0400
commit0e2996caa19892d2adf0720074bcffefe3c7535d (patch)
tree57df9b23032f508f1dd3820c6a1e76aeeef67d47 /custom/conf
parentacf6bd42c444062bb18352015db05987958c870f (diff)
downloadgitea-0e2996caa19892d2adf0720074bcffefe3c7535d.tar.gz
gitea-0e2996caa19892d2adf0720074bcffefe3c7535d.zip
fix missing queue type on app.ini.sample (#7494)
Diffstat (limited to 'custom/conf')
-rw-r--r--custom/conf/app.ini.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample
index 0212964750..991a2a3e6b 100644
--- a/custom/conf/app.ini.sample
+++ b/custom/conf/app.ini.sample
@@ -281,7 +281,7 @@ DB_RETRY_BACKOFF = 3s
ISSUE_INDEXER_TYPE = bleve
; Issue indexer storage path, available when ISSUE_INDEXER_TYPE is bleve
ISSUE_INDEXER_PATH = indexers/issues.bleve
-; Issue indexer queue, currently support: channel or levelqueue, default is levelqueue
+; Issue indexer queue, currently support: channel, levelqueue or redis, default is levelqueue
ISSUE_INDEXER_QUEUE_TYPE = levelqueue
; When ISSUE_INDEXER_QUEUE_TYPE is levelqueue, this will be the queue will be saved path,
; default is indexers/issues.queue
automated/noid/stable30-fix-npm-audit'>automated/noid/stable30-fix-npm-audit Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 5693641dc38322831f4b8f5a13e19abb1aba5b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "name": "Nextcloud",
  "version": "11 alpha",
  "homepage": "https://www.nextcloud.com",
  "license": "AGPL",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "core/vendor",
    "test",
    "tests"
  ],
  "dependencies": {
    "autosize": "4.0.0",
    "backbone": "~1.2.3",
    "base64": "~0.3.0",
    "blueimp-md5": "^2.7.0",
    "bootstrap": "~3.3.6",
    "clipboard": "1.7.1",
    "davclient.js": "https://github.com/evert/davclient.js.git#0.1.2",
    "es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0",
    "handlebars": "^4.0.5",
    "jcrop": "~0.9.12",
    "jquery": "~2.2.0",
    "jquery-migrate": "~1.4.0",
    "jquery-ui": "1.10.0",
    "jsTimezoneDetect": "~1.0.5",
    "marked": "^0.3.6",
    "moment": "^2.15.0",
    "select2": "~3.4.8",
    "snapjs": "~2.0.0-rc1",
    "strengthify": "^0.5.3",
    "underscore": "~1.8.0",
    "zxcvbn": "*"
  }
}