alist/config.json
2021-10-25 18:53:59 +08:00

14 lines
225 B
JSON
Executable File

{
"address": "0.0.0.0",
"port": 5244,
"database": {
"type": "sqlite3",
"user": "",
"password": "",
"host": "",
"port": 0,
"name": "",
"table_prefix": "a_list_",
"db_file": "data.db"
}
}