mirror of https://github.com/midoks/mdserver-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
537 B
35 lines
537 B
[db]
|
|
DB_HOST = 127.0.0.1
|
|
DB_PORT = 3306
|
|
DB_USER = qbittorrent
|
|
DB_PASS = qbittorrent
|
|
DB_NAME = qbittorrent
|
|
|
|
[qb]
|
|
QB_HOST = 127.0.0.1
|
|
QB_PORT = 8080
|
|
QB_USER = admin
|
|
QB_PWD = adminadmin
|
|
|
|
|
|
[file]
|
|
FILE_TO={$WWW_PATH}/m3u8
|
|
FILE_TRANSFER_TO=/tmp/m3u8
|
|
FILE_OWN=www
|
|
FILE_GROUP=www
|
|
FILE_ENC_SWITCH=0
|
|
FILE_API_URL=http://v.demo.com/api/key/id/{$KEY}
|
|
FILE_ASYNC_SWITCH=0
|
|
|
|
[task]
|
|
TASK_SIZE_LIMIT=1
|
|
TASK_RATE=4
|
|
TASK_COMPLETED_RATE=10
|
|
TASK_DEBUG=0
|
|
|
|
[setting]
|
|
QUEUE_SWITCH = 1
|
|
MAX_ACTIVE_UPLOADS = 1
|
|
MAX_ACTIVE_TORRENTS = 10
|
|
MAX_ACTIVE_DOWNLOADS = 10
|
|
|
|
|