|
@@ -17,7 +17,8 @@ class BaseConfig(object):
|
|
|
|
|
|
AB_TEST = {
|
|
|
'w_h_rate': [APP_TYPE['LONG_VIDEO']],
|
|
|
- 'position_insert': [APP_TYPE['SHORT_VIDEO'],APP_TYPE['LOVE_LIVE']]
|
|
|
+ 'position_insert': [APP_TYPE['SHORT_VIDEO'], APP_TYPE['LOVE_LIVE']],
|
|
|
+ 'relevant_video_op': [APP_TYPE['LONG_VIDEO']],
|
|
|
}
|
|
|
|
|
|
AB_CODE = {
|
|
@@ -98,6 +99,9 @@ class BaseConfig(object):
|
|
|
'bottom_last': 'com.weiqu.video.bottom.last.w.h.rate.1.item'
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ RELEVANT_VIDEOS_WITH_OP_KEY_NAME = 'com.weiqu.video.relevant.videos.item.'
|
|
|
+
|
|
|
|
|
|
class DevelopmentConfig(BaseConfig):
|
|
|
"""开发环境配置"""
|