summarylogtreecommitdiffstats
path: root/config.json
blob: 58a1330d9758e0798b724b9c825b0cf398d323e0 (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
{
    "address": "0.0.0.0",
    "port": 5244,
    "assets": "jsdelivr",
    "database": {
        "type": "sqlite3",
        "user": "",
        "password": "",
        "host": "",
        "port": 0,
        "name": "",
        "table_prefix": "x_",
        "db_file": "/var/lib/alist/data.db",
        "ssl_mode": "disable"
    },
    "scheme": {
        "https": false,
        "cert_file": "",
        "key_file": ""
    },
    "cache": {
        "expiration": 60,
        "cleanup_interval": 120
    },
    "temp_dir": "/var/cache/alist/temp"
}