mirror of
https://github.com/okxlin/appstore.git
synced 2026-03-01 14:27:55 +08:00
35 lines
699 B
INI
35 lines
699 B
INI
# Config配置教程链接
|
||
# Configuration tutorial view link: https://www.cnblogs.com/1314h/p/16651157.html
|
||
[default]
|
||
# mysql:视频缓存到mysql,否则缓存到本地
|
||
defaultdb =
|
||
# local:本地多线程下载 online:远程分布式下载
|
||
downchoose = local
|
||
port = 8080
|
||
localhost =
|
||
vbuffer = 3
|
||
downurls = ["%(localhost)s/url3?url="]
|
||
|
||
[advanced]
|
||
host1 = https://4gtvfreepc-cds.cdn.hinet.net
|
||
host2 = https://4gtvfree-cds.cdn.hinet.net
|
||
tvglogo = fsHEAD_FRAME
|
||
proxies =
|
||
debug = False
|
||
|
||
[mysql]
|
||
host = 127.0.0.1
|
||
user = root
|
||
password = 123456789
|
||
port = 3306
|
||
database = media
|
||
|
||
[redis]
|
||
host = 127.0.0.1
|
||
port = 6379
|
||
password = 123456789
|
||
|
||
[other]
|
||
xmlowner =
|
||
xmlrepo =
|
||
xmlaccess_token = |