config.py
488 Bytes
#!/x/app/python3/bin/python3
# -*- coding: utf-8 -*-
PATH={
'SLICE_OUTPUT': "/storage/SliceFiles/m3u8/",
'CDN_SOURCE': "/storage/m3u8/",
'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"
}