config.py
552 Bytes
#!/x/app/python3/bin/python3
# -*- coding: utf-8 -*-
PATH={
'SLICE_OUTPUT': "/storage/SliceFiles/m3u8/",
'SLICE_INPUT': "/storage/smp/download/ts/",
'ZIP_PACKAGE': "/storage/SliceFiles/zip/",
'LOG_PATH': "task.log"
}
URL={
'GET': "http://172.0.31.15:9085/leviathan.admin/FileTask/getTask",
'SLICE_POST': "http://172.0.31.15:9085/leviathan.admin/FileTask/sliceNotify",
'PUSH_POST':"http://172.0.31.15:9085/leviathan.admin/FileTask/sourceCdnPublishNotify"
}
SERVERID={
'ID':"1"
}