904118851 vor 5 Monaten
Ursprung
Commit
b5e06368d2
1 geänderte Dateien mit 0 neuen und 68 gelöschten Zeilen
  1. 0 68
      etc/run_config.lua

+ 0 - 68
etc/run_config.lua

@@ -1,68 +0,0 @@
-return {
-    wsProt = 9311,
-    httpProt = 9109,
-    -- 83_CsOh1UfPF15fAY4ndLFJSQaJsZu6Vjy05XlWCdeB2RrQNDHdFxRYJsGnieyoSq-SA9569a8chHJVAmZSYPPYXaoObsZF46XQ0x9O6mvVC_ao7a5OHahoY2Er3hUXWGhABAEDN
-    -- tools_api = "http://clipvideoup.s6kuwan.com"; --正式
-
-
-    db_cnf = {
-      book_server = {
-          -- 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 = 'mr-dsq824ev2pqxbr6rhw.rwlb.rds.aliyuncs.com',
-        --       port = 3306,
-        --       user = "zdroot",
-        --       password = "p0LTZh&CjMl2023",
-        --       db = "ml_oceanengine"
-        --   },
-        -- mysqldb_task_cnf = {
-        --     ip = 'mr-dsq824ev2pqxbr6rhw.rwlb.rds.aliyuncs.com',
-        --     port = 3306,
-        --     user = "zdroot",
-        --     password = "p0LTZh&CjMl2023",
-        --     db = "video_task"
-        -- },
-        mysqldb_cnf = {
-            ip = 'djtext.rwlb.rds.aliyuncs.com',
-            port = 3306,
-            user = "zdroot",
-            password = "p0LTZh&CjMl2023",
-            db = "ml_oceanengine"
-        },
-        mysqldb_task_cnf = {
-            ip = 'djtext.rwlb.rds.aliyuncs.com',
-            port = 3306,
-            user = "zdroot",
-            password = "p0LTZh&CjMl2023",
-            db = "video_task"
-        },
-        mysqldb_checks_cnf = {
-            ip = 'djtext.rwlb.rds.aliyuncs.com',
-            port = 3306,
-            user = "zdroot",
-            password = "p0LTZh&CjMl2023",
-            db = "n8_union"
-        },
-        mysqldb_material_review_cnf = {
-            ip = 'djtext.rwlb.rds.aliyuncs.com',
-            port = 3306,
-            user = "zdroot",
-            password = "p0LTZh&CjMl2023",
-            db = "material_review"
-        }
-      }
-    }
-}