|
@@ -97,6 +97,16 @@ class DevelopmentConfig(BaseConfig):
|
|
|
'password': '4BEcOgxREOPq7t3A7EWkjciVULeQGj'
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ MYSQL_INFO = {
|
|
|
+ 'host': 'rm-bp1k5853td1r25g3n690.mysql.rds.aliyuncs.com',
|
|
|
+ 'port': 3306,
|
|
|
+ 'user': 'wx2016_longvideo',
|
|
|
+ 'password': 'wx2016_longvideoP@assword1234',
|
|
|
+ 'db': 'longvideo',
|
|
|
+ 'charset': 'utf8'
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
VIDEO_STATUS = 'longvideo_test.dwd_mdm_item_video_stat'
|
|
|
|
|
@@ -126,6 +136,16 @@ class TestConfig(BaseConfig):
|
|
|
'password': '4BEcOgxREOPq7t3A7EWkjciVULeQGj'
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ MYSQL_INFO = {
|
|
|
+ 'host': 'rm-bp1k5853td1r25g3n690.mysql.rds.aliyuncs.com',
|
|
|
+ 'port': 3306,
|
|
|
+ 'user': 'wx2016_longvideo',
|
|
|
+ 'password': 'wx2016_longvideoP@assword1234',
|
|
|
+ 'db': 'longvideo',
|
|
|
+ 'charset': 'utf8'
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
VIDEO_STATUS = 'longvideo_test.dwd_mdm_item_video_stat'
|
|
|
|
|
@@ -155,6 +175,16 @@ class PreProductionConfig(BaseConfig):
|
|
|
'password': '4BEcOgxREOPq7t3A7EWkjciVULeQGj'
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ MYSQL_INFO = {
|
|
|
+ 'host': 'rr-bp1x9785e8h5452bi157.mysql.rds.aliyuncs.com',
|
|
|
+ 'port': 3306,
|
|
|
+ 'user': 'wx2016_longvideo',
|
|
|
+ 'password': 'wx2016_longvideoP@assword1234',
|
|
|
+ 'db': 'longvideo',
|
|
|
+ 'charset': 'utf8'
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
VIDEO_STATUS = 'longvideo.dwd_mdm_item_video_stat'
|
|
|
|
|
@@ -184,6 +214,16 @@ class ProductionConfig(BaseConfig):
|
|
|
'password': '4BEcOgxREOPq7t3A7EWkjciVULeQGj'
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ MYSQL_INFO = {
|
|
|
+ 'host': 'rr-bp1x9785e8h5452bi157.mysql.rds.aliyuncs.com',
|
|
|
+ 'port': 3306,
|
|
|
+ 'user': 'wx2016_longvideo',
|
|
|
+ 'password': 'wx2016_longvideoP@assword1234',
|
|
|
+ 'db': 'longvideo',
|
|
|
+ 'charset': 'utf8'
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
VIDEO_STATUS = 'longvideo.dwd_mdm_item_video_stat'
|
|
|
|