|
@@ -10,31 +10,31 @@ return {
|
|
|
-- dbproxy = {"mongodb", "redisdb"},
|
|
|
dbproxy = {"mysqldb"},
|
|
|
redisdb_maxinst = 10,
|
|
|
- -- redisdb_cnf = {
|
|
|
- -- host = "127.0.0.1",
|
|
|
- -- port = 6379,
|
|
|
- -- db = 0,
|
|
|
- -- },
|
|
|
- -- mongodb_maxinst = 8,
|
|
|
- -- mongodb_cnf = {
|
|
|
- -- host = "127.0.0.1",
|
|
|
- -- port = "27017",
|
|
|
- -- },
|
|
|
- mysqldb_maxinst = 8,
|
|
|
- mysqldb_cnf = {
|
|
|
- ip = 'zr1mysql.rwlb.rds.aliyuncs.com',
|
|
|
- port = 3306,
|
|
|
- user = "zdroot",
|
|
|
- password = "p0LTZh&CjMl2023",
|
|
|
- db = "ml_oceanengine"
|
|
|
+ redisdb_cnf = {
|
|
|
+ host = "127.0.0.1",
|
|
|
+ port = 6379,
|
|
|
+ db = 0,
|
|
|
},
|
|
|
- mysqldb_task_cnf = {
|
|
|
- ip = 'zr1mysql.rwlb.rds.aliyuncs.com',
|
|
|
- port = 3306,
|
|
|
- user = "zdroot",
|
|
|
- password = "p0LTZh&CjMl2023",
|
|
|
- db = "video_task"
|
|
|
- },
|
|
|
+ mongodb_maxinst = 8,
|
|
|
+ mongodb_cnf = {
|
|
|
+ host = "127.0.0.1",
|
|
|
+ port = "27017",
|
|
|
+ },
|
|
|
+ mysqldb_maxinst = 8,
|
|
|
+ -- mysqldb_cnf = {
|
|
|
+ -- ip = 'zr1mysql.rwlb.rds.aliyuncs.com',
|
|
|
+ -- port = 3306,
|
|
|
+ -- user = "zdroot",
|
|
|
+ -- password = "p0LTZh&CjMl2023",
|
|
|
+ -- db = "ml_oceanengine"
|
|
|
+ -- },
|
|
|
+ -- mysqldb_task_cnf = {
|
|
|
+ -- ip = 'zr1mysql.rwlb.rds.aliyuncs.com',
|
|
|
+ -- port = 3306,
|
|
|
+ -- user = "zdroot",
|
|
|
+ -- password = "p0LTZh&CjMl2023",
|
|
|
+ -- db = "video_task"
|
|
|
+ -- },
|
|
|
mysqldb_cnf = {
|
|
|
ip = 'rm-wz9nxixoyshjkhkz3ko.mysql.rds.aliyuncs.com',
|
|
|
port = 3306,
|