|
@@ -368,6 +368,8 @@ class DevelopmentConfig(BaseConfig):
|
|
TOP_VIDEO_LIST_URL = 'http://videotest-internal.yishihui.com/longvideoapi/openapi/recommend/topVideoList'
|
|
TOP_VIDEO_LIST_URL = 'http://videotest-internal.yishihui.com/longvideoapi/openapi/recommend/topVideoList'
|
|
# 获取首页兜底视频json接口地址
|
|
# 获取首页兜底视频json接口地址
|
|
BOTTOM_JSON_URL = 'http://videotest-internal.yishihui.com/longvideoapi/openapi/video/distribute/structure/video/list'
|
|
BOTTOM_JSON_URL = 'http://videotest-internal.yishihui.com/longvideoapi/openapi/video/distribute/structure/video/list'
|
|
|
|
+ # 通知后端更新兜底视频接口地址
|
|
|
|
+ NOTIFY_BACKEND_updateFallBackVideoList_URL = 'http://videotest-internal.yishihui.com/longvideoapi/openapi/recommend/updateFallBackVideoList'
|
|
|
|
|
|
# logs 上传oss 目标Bucket指定目录
|
|
# logs 上传oss 目标Bucket指定目录
|
|
OSS_FOLDER_LOGS = 'rov-offline/dev/logs/'
|
|
OSS_FOLDER_LOGS = 'rov-offline/dev/logs/'
|
|
@@ -444,6 +446,8 @@ class TestConfig(BaseConfig):
|
|
TOP_VIDEO_LIST_URL = 'http://videotest-internal.yishihui.com/longvideoapi/openapi/recommend/topVideoList'
|
|
TOP_VIDEO_LIST_URL = 'http://videotest-internal.yishihui.com/longvideoapi/openapi/recommend/topVideoList'
|
|
# 获取首页兜底视频json接口地址
|
|
# 获取首页兜底视频json接口地址
|
|
BOTTOM_JSON_URL = 'http://videotest-internal.yishihui.com/longvideoapi/openapi/video/distribute/structure/video/list'
|
|
BOTTOM_JSON_URL = 'http://videotest-internal.yishihui.com/longvideoapi/openapi/video/distribute/structure/video/list'
|
|
|
|
+ # 通知后端更新兜底视频接口地址
|
|
|
|
+ NOTIFY_BACKEND_updateFallBackVideoList_URL = 'http://videotest-internal.yishihui.com/longvideoapi/openapi/recommend/updateFallBackVideoList'
|
|
|
|
|
|
# logs 上传oss 目标Bucket指定目录
|
|
# logs 上传oss 目标Bucket指定目录
|
|
OSS_FOLDER_LOGS = 'rov-offline/test/logs/'
|
|
OSS_FOLDER_LOGS = 'rov-offline/test/logs/'
|
|
@@ -520,6 +524,8 @@ class PreProductionConfig(BaseConfig):
|
|
TOP_VIDEO_LIST_URL = 'http://speedpre.wx.com/longvideoapi/openapi/recommend/topVideoList'
|
|
TOP_VIDEO_LIST_URL = 'http://speedpre.wx.com/longvideoapi/openapi/recommend/topVideoList'
|
|
# 获取首页兜底视频json接口地址
|
|
# 获取首页兜底视频json接口地址
|
|
BOTTOM_JSON_URL = 'http://speedpre.wx.com/longvideoapi/openapi/video/distribute/structure/video/list'
|
|
BOTTOM_JSON_URL = 'http://speedpre.wx.com/longvideoapi/openapi/video/distribute/structure/video/list'
|
|
|
|
+ # 通知后端更新兜底视频接口地址
|
|
|
|
+ NOTIFY_BACKEND_updateFallBackVideoList_URL = 'http://videopre-internal.piaoquantv.com/longvideoapi/openapi/recommend/updateFallBackVideoList'
|
|
|
|
|
|
# logs 上传oss 目标Bucket指定目录
|
|
# logs 上传oss 目标Bucket指定目录
|
|
OSS_FOLDER_LOGS = 'rov-offline/pre/logs/'
|
|
OSS_FOLDER_LOGS = 'rov-offline/pre/logs/'
|
|
@@ -596,6 +602,8 @@ class ProductionConfig(BaseConfig):
|
|
TOP_VIDEO_LIST_URL = 'http://recommend-common-internal.piaoquantv.com/longvideoapi/openapi/recommend/topVideoList'
|
|
TOP_VIDEO_LIST_URL = 'http://recommend-common-internal.piaoquantv.com/longvideoapi/openapi/recommend/topVideoList'
|
|
# 获取首页兜底视频json接口地址
|
|
# 获取首页兜底视频json接口地址
|
|
BOTTOM_JSON_URL = 'http://recommend-common-internal.piaoquantv.com/longvideoapi/openapi/video/distribute/structure/video/list'
|
|
BOTTOM_JSON_URL = 'http://recommend-common-internal.piaoquantv.com/longvideoapi/openapi/video/distribute/structure/video/list'
|
|
|
|
+ # 通知后端更新兜底视频接口地址
|
|
|
|
+ NOTIFY_BACKEND_updateFallBackVideoList_URL = 'http://recommend-common-internal.piaoquantv.com/longvideoapi/openapi/recommend/updateFallBackVideoList'
|
|
|
|
|
|
# logs 上传oss 目标Bucket指定目录
|
|
# logs 上传oss 目标Bucket指定目录
|
|
OSS_FOLDER_LOGS = 'rov-offline/pro/logs/'
|
|
OSS_FOLDER_LOGS = 'rov-offline/pro/logs/'
|