add socket
This commit is contained in:
@@ -0,0 +1,613 @@
|
||||
{
|
||||
"config": {
|
||||
"session": {
|
||||
"maxAge": 86400000,
|
||||
"key": "EGG_SESS",
|
||||
"httpOnly": true,
|
||||
"encrypt": true
|
||||
},
|
||||
"security": {
|
||||
"domainWhiteList": [],
|
||||
"protocolWhiteList": [],
|
||||
"defaultMiddleware": "csrf,hsts,methodnoallow,noopen,nosniff,csp,xssProtection,xframe,dta",
|
||||
"csrf": {
|
||||
"enable": false,
|
||||
"type": "ctoken",
|
||||
"ignoreJSON": false,
|
||||
"useSession": false,
|
||||
"cookieName": "csrfToken",
|
||||
"sessionName": "csrfToken",
|
||||
"headerName": "x-csrf-token",
|
||||
"bodyName": "_csrf",
|
||||
"queryName": "_csrf",
|
||||
"refererWhiteList": []
|
||||
},
|
||||
"xframe": {
|
||||
"enable": true,
|
||||
"value": "SAMEORIGIN"
|
||||
},
|
||||
"hsts": {
|
||||
"enable": false,
|
||||
"maxAge": 31536000,
|
||||
"includeSubdomains": false
|
||||
},
|
||||
"dta": {
|
||||
"enable": true
|
||||
},
|
||||
"methodnoallow": {
|
||||
"enable": false
|
||||
},
|
||||
"noopen": {
|
||||
"enable": true
|
||||
},
|
||||
"nosniff": {
|
||||
"enable": true
|
||||
},
|
||||
"referrerPolicy": {
|
||||
"enable": false,
|
||||
"value": "no-referrer-when-downgrade"
|
||||
},
|
||||
"xssProtection": {
|
||||
"enable": true,
|
||||
"value": "1; mode=block"
|
||||
},
|
||||
"csp": {
|
||||
"enable": false,
|
||||
"policy": {}
|
||||
},
|
||||
"ssrf": {
|
||||
"ipBlackList": null,
|
||||
"checkAddress": null
|
||||
},
|
||||
"_protocolWhiteListSet": "<Set>"
|
||||
},
|
||||
"helper": {
|
||||
"shtml": {}
|
||||
},
|
||||
"jsonp": {
|
||||
"limit": 50,
|
||||
"callback": [
|
||||
"_callback",
|
||||
"callback"
|
||||
],
|
||||
"csrf": false
|
||||
},
|
||||
"onerror": {
|
||||
"errorPageUrl": "",
|
||||
"appErrorFilter": null,
|
||||
"templatePath": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\lib\\onerror_page.mustache"
|
||||
},
|
||||
"i18n": {
|
||||
"defaultLocale": "en_US",
|
||||
"dirs": [],
|
||||
"queryField": "locale",
|
||||
"cookieField": "locale",
|
||||
"cookieDomain": "",
|
||||
"cookieMaxAge": "1y"
|
||||
},
|
||||
"watcher": {
|
||||
"type": "development",
|
||||
"eventSources": {
|
||||
"default": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\lib\\event-sources\\default",
|
||||
"development": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\lib\\event-sources\\development"
|
||||
}
|
||||
},
|
||||
"customLogger": {
|
||||
"scheduleLogger": {
|
||||
"consoleLevel": "NONE",
|
||||
"file": "egg-schedule.log"
|
||||
}
|
||||
},
|
||||
"schedule": {
|
||||
"directory": []
|
||||
},
|
||||
"multipart": {
|
||||
"mode": "stream",
|
||||
"autoFields": false,
|
||||
"defaultCharset": "utf8",
|
||||
"fieldNameSize": 100,
|
||||
"fieldSize": "100kb",
|
||||
"fields": 10,
|
||||
"fileSize": "10mb",
|
||||
"files": 10,
|
||||
"fileExtensions": [],
|
||||
"whitelist": null,
|
||||
"tmpdir": "C:\\Users\\ADMINI\\x7e1\\AppData\\Local\\Temp\\egg-multipart-tmp\\game-node-center",
|
||||
"cleanSchedule": {
|
||||
"cron": "0 30 4 * * *"
|
||||
}
|
||||
},
|
||||
"development": {
|
||||
"watchDirs": [
|
||||
"app",
|
||||
"lib",
|
||||
"service",
|
||||
"config",
|
||||
"app.ts",
|
||||
"agent.ts",
|
||||
"interface.ts"
|
||||
],
|
||||
"ignoreDirs": [],
|
||||
"fastReady": false,
|
||||
"reloadOnDebug": true,
|
||||
"overrideDefault": true
|
||||
},
|
||||
"logrotator": {
|
||||
"filesRotateByHour": null,
|
||||
"hourDelimiter": "-",
|
||||
"filesRotateBySize": null,
|
||||
"maxFileSize": 52428800,
|
||||
"maxFiles": 10,
|
||||
"rotateDuration": 60000,
|
||||
"maxDays": 31
|
||||
},
|
||||
"static": {
|
||||
"prefix": "/public/",
|
||||
"dir": "E:\\self\\2020\\project\\game-node-center\\src\\app\\public",
|
||||
"dynamic": true,
|
||||
"preload": false,
|
||||
"buffer": false,
|
||||
"maxFiles": 1000
|
||||
},
|
||||
"view": {
|
||||
"root": "E:\\self\\2020\\project\\game-node-center\\src\\app\\view",
|
||||
"cache": false,
|
||||
"defaultExtension": ".html",
|
||||
"defaultViewEngine": "",
|
||||
"mapping": {}
|
||||
},
|
||||
"cors": {
|
||||
"allowMethods": "GET,HEAD,PUT,POST,DELETE,PATCH,OPTIONS",
|
||||
"credentials": true,
|
||||
"origin": "<Function origin>"
|
||||
},
|
||||
"redis": {
|
||||
"default": {},
|
||||
"app": true,
|
||||
"agent": false,
|
||||
"supportTimeCommand": true,
|
||||
"client": {
|
||||
"port": 6379,
|
||||
"host": "127.0.0.1",
|
||||
"password": "<String len: 6>",
|
||||
"db": 0
|
||||
}
|
||||
},
|
||||
"io": {
|
||||
"init": {},
|
||||
"namespace": {
|
||||
"/": {
|
||||
"connectionMiddleware": [],
|
||||
"packetMiddleware": []
|
||||
},
|
||||
"/socket": {
|
||||
"connectionMiddleware": [
|
||||
"auth"
|
||||
],
|
||||
"packetMiddleware": []
|
||||
}
|
||||
},
|
||||
"redis": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 6379
|
||||
}
|
||||
},
|
||||
"jwt": {
|
||||
"secret": "<String len: 6>",
|
||||
"enable": true,
|
||||
"match": "<Function match>"
|
||||
},
|
||||
"env": "local",
|
||||
"name": "game-node-center",
|
||||
"keys": "<String len: 25>",
|
||||
"cookies": {},
|
||||
"proxy": false,
|
||||
"maxIpsCount": 0,
|
||||
"maxProxyCount": 0,
|
||||
"protocolHeaders": "x-forwarded-proto",
|
||||
"ipHeaders": "x-forwarded-for",
|
||||
"hostHeaders": "",
|
||||
"pkg": {
|
||||
"name": "game-node-center",
|
||||
"version": "1.0.0",
|
||||
"description": "node服务中心",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@types/socket.io": "^2.1.4",
|
||||
"egg-cors": "^2.2.3",
|
||||
"egg-jwt": "^3.1.7",
|
||||
"egg-redis": "^2.4.0",
|
||||
"egg-scripts": "^2.10.0",
|
||||
"egg-socket.io": "^4.1.6",
|
||||
"midway": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "^10.5.5",
|
||||
"cross-env": "^6.0.0",
|
||||
"egg-ci": "^1.8.0",
|
||||
"midway-bin": "1",
|
||||
"midway-mock": "1",
|
||||
"ts-node": "^8.3.0",
|
||||
"tslib": "^1.8.1",
|
||||
"tslint": "^5.11.0",
|
||||
"tslint-config-egg": "^1.0.0",
|
||||
"typescript": "^3.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.16.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "egg-scripts start --daemon --title=midway-server-node-loan-center --framework=midway --ts",
|
||||
"stop": "egg-scripts stop --title=midway-server-node-loan-center",
|
||||
"start_build": "npm run build && cross-env NODE_ENV=development midway-bin dev",
|
||||
"clean": "midway-bin clean",
|
||||
"dev": "cross-env NODE_ENV=local midway-bin dev --ts",
|
||||
"debug": "cross-env NODE_ENV=local midway-bin debug --ts",
|
||||
"test": "npm run lint && midway-bin test --ts",
|
||||
"cov": "midway-bin cov --ts",
|
||||
"lint": "tslint --fix -p tsconfig.json -t stylish",
|
||||
"ci": "npm run cov",
|
||||
"build": "midway-bin build -c"
|
||||
},
|
||||
"ci": {
|
||||
"version": "10"
|
||||
},
|
||||
"midway-bin-clean": [
|
||||
".vscode/.tsbuildinfo",
|
||||
"dist"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": ""
|
||||
},
|
||||
"author": "Cai",
|
||||
"license": "MIT"
|
||||
},
|
||||
"baseDir": "E:\\self\\2020\\project\\game-node-center\\src",
|
||||
"HOME": "C:\\Users\\Administrator",
|
||||
"rundir": "E:\\self\\2020\\project\\game-node-center\\run",
|
||||
"dump": {
|
||||
"ignore": "<Set>"
|
||||
},
|
||||
"confusedConfigurations": {
|
||||
"bodyparser": "bodyParser",
|
||||
"notFound": "notfound",
|
||||
"sitefile": "siteFile",
|
||||
"middlewares": "middleware",
|
||||
"httpClient": "httpclient"
|
||||
},
|
||||
"notfound": {
|
||||
"pageUrl": ""
|
||||
},
|
||||
"siteFile": {
|
||||
"/favicon.ico": "<Buffer len: 6463>"
|
||||
},
|
||||
"bodyParser": {
|
||||
"enable": true,
|
||||
"encoding": "utf8",
|
||||
"formLimit": "1mb",
|
||||
"jsonLimit": "1mb",
|
||||
"textLimit": "1mb",
|
||||
"strict": true,
|
||||
"queryString": {
|
||||
"arrayLimit": 100,
|
||||
"depth": 5,
|
||||
"parameterLimit": 1000
|
||||
},
|
||||
"onerror": "<Function onerror>"
|
||||
},
|
||||
"logger": {
|
||||
"dir": "E:\\self\\2020\\project\\game-node-center\\logs\\game-node-center",
|
||||
"encoding": "utf8",
|
||||
"env": "local",
|
||||
"level": "INFO",
|
||||
"consoleLevel": "INFO",
|
||||
"disableConsoleAfterReady": false,
|
||||
"outputJSON": false,
|
||||
"buffer": true,
|
||||
"appLogName": "app.log",
|
||||
"coreLogName": "core.log",
|
||||
"agentLogName": "agent.log",
|
||||
"errorLogName": "error.log",
|
||||
"coreLogger": {
|
||||
"consoleLevel": "WARN"
|
||||
},
|
||||
"allowDebugAtProd": false,
|
||||
"type": "agent"
|
||||
},
|
||||
"httpclient": {
|
||||
"enableDNSCache": false,
|
||||
"dnsCacheLookupInterval": 10000,
|
||||
"dnsCacheMaxLength": 1000,
|
||||
"request": {
|
||||
"timeout": 5000
|
||||
},
|
||||
"httpAgent": {
|
||||
"keepAlive": true,
|
||||
"freeSocketTimeout": 4000,
|
||||
"maxSockets": 9007199254740991,
|
||||
"maxFreeSockets": 256
|
||||
},
|
||||
"httpsAgent": {
|
||||
"keepAlive": true,
|
||||
"freeSocketTimeout": 4000,
|
||||
"maxSockets": 9007199254740991,
|
||||
"maxFreeSockets": 256
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"enable": true,
|
||||
"logging": false
|
||||
},
|
||||
"coreMiddleware": [
|
||||
"meta",
|
||||
"siteFile",
|
||||
"notfound",
|
||||
"bodyParser",
|
||||
"overrideMethod"
|
||||
],
|
||||
"workerStartTimeout": 600000,
|
||||
"serverTimeout": null,
|
||||
"cluster": {
|
||||
"listen": {
|
||||
"path": "",
|
||||
"port": 7001,
|
||||
"hostname": ""
|
||||
}
|
||||
},
|
||||
"clusterClient": {
|
||||
"maxWaitTime": 60000,
|
||||
"responseTimeout": 60000
|
||||
},
|
||||
"onClientError": null,
|
||||
"pluginOverwrite": false,
|
||||
"container": {
|
||||
"ignore": [
|
||||
"**/node_modules/**",
|
||||
"**/logs/**",
|
||||
"**/run/**",
|
||||
"**/public/**",
|
||||
"**/view/**",
|
||||
"**/views/**",
|
||||
"**/config/**",
|
||||
"**/app/extend/**"
|
||||
],
|
||||
"baseDir": "E:\\self\\2020\\project\\game-node-center\\src"
|
||||
},
|
||||
"alinode": {
|
||||
"logdir": "C:\\Users\\ADMINI\\x7e1\\AppData\\Local\\Temp",
|
||||
"error_log": [
|
||||
"E:\\self\\2020\\project\\game-node-center\\logs\\game-node-center\\common-error.log",
|
||||
"E:\\self\\2020\\project\\game-node-center\\logs\\stderr.log"
|
||||
],
|
||||
"packages": [
|
||||
"E:\\self\\2020\\project\\game-node-center\\package.json"
|
||||
]
|
||||
},
|
||||
"sourceUrl": "",
|
||||
"elkLogger": {
|
||||
"match": "<Function match>",
|
||||
"enable": true
|
||||
},
|
||||
"middleware": [
|
||||
"elkLogger",
|
||||
"notFound"
|
||||
],
|
||||
"apiDomain": {
|
||||
"loanDomain": "*"
|
||||
},
|
||||
"coreMiddlewares": "~config~coreMiddleware",
|
||||
"appMiddlewares": "~config~middleware",
|
||||
"appMiddleware": "~config~middleware"
|
||||
},
|
||||
"plugins": {
|
||||
"session": {
|
||||
"enable": true,
|
||||
"package": "egg-session",
|
||||
"name": "session",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session",
|
||||
"version": "3.1.0"
|
||||
},
|
||||
"security": {
|
||||
"enable": true,
|
||||
"package": "egg-security",
|
||||
"name": "security",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [
|
||||
"session"
|
||||
],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security",
|
||||
"version": "2.7.1"
|
||||
},
|
||||
"jsonp": {
|
||||
"enable": true,
|
||||
"package": "egg-jsonp",
|
||||
"name": "jsonp",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [
|
||||
"security"
|
||||
],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp",
|
||||
"version": "2.0.0"
|
||||
},
|
||||
"onerror": {
|
||||
"enable": true,
|
||||
"package": "egg-onerror",
|
||||
"name": "onerror",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [
|
||||
"jsonp"
|
||||
],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror",
|
||||
"version": "2.1.0"
|
||||
},
|
||||
"i18n": {
|
||||
"enable": true,
|
||||
"package": "egg-i18n",
|
||||
"name": "i18n",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n",
|
||||
"version": "2.1.1"
|
||||
},
|
||||
"watcher": {
|
||||
"enable": true,
|
||||
"package": "egg-watcher",
|
||||
"name": "watcher",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher",
|
||||
"version": "3.1.0"
|
||||
},
|
||||
"schedule": {
|
||||
"enable": true,
|
||||
"package": "egg-schedule",
|
||||
"name": "schedule",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule",
|
||||
"version": "3.6.4"
|
||||
},
|
||||
"multipart": {
|
||||
"enable": true,
|
||||
"package": "egg-multipart",
|
||||
"name": "multipart",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [
|
||||
"schedule"
|
||||
],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart",
|
||||
"version": "2.10.1"
|
||||
},
|
||||
"development": {
|
||||
"enable": true,
|
||||
"package": "egg-development",
|
||||
"name": "development",
|
||||
"dependencies": [
|
||||
"watcher"
|
||||
],
|
||||
"optionalDependencies": [],
|
||||
"env": [
|
||||
"local"
|
||||
],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development",
|
||||
"version": "2.4.3"
|
||||
},
|
||||
"logrotator": {
|
||||
"enable": true,
|
||||
"package": "egg-logrotator",
|
||||
"name": "logrotator",
|
||||
"dependencies": [
|
||||
"schedule"
|
||||
],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator",
|
||||
"version": "3.1.0"
|
||||
},
|
||||
"static": {
|
||||
"enable": true,
|
||||
"package": "egg-static",
|
||||
"name": "static",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static",
|
||||
"version": "2.2.0"
|
||||
},
|
||||
"view": {
|
||||
"enable": true,
|
||||
"package": "egg-view",
|
||||
"name": "view",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view",
|
||||
"version": "2.1.2"
|
||||
},
|
||||
"schedulePlus": {
|
||||
"enable": true,
|
||||
"package": "midway-schedule",
|
||||
"name": "schedulePlus",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [
|
||||
"schedule"
|
||||
],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-schedule",
|
||||
"version": "1.15.1"
|
||||
},
|
||||
"cors": {
|
||||
"enable": true,
|
||||
"package": "egg-cors",
|
||||
"name": "cors",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-cors",
|
||||
"version": "2.2.3"
|
||||
},
|
||||
"redis": {
|
||||
"enable": true,
|
||||
"package": "egg-redis",
|
||||
"name": "redis",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis",
|
||||
"version": "2.4.0"
|
||||
},
|
||||
"io": {
|
||||
"enable": true,
|
||||
"package": "egg-socket.io",
|
||||
"name": "io",
|
||||
"dependencies": [
|
||||
"session"
|
||||
],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io",
|
||||
"version": "4.1.6"
|
||||
},
|
||||
"jwt": {
|
||||
"enable": true,
|
||||
"package": "egg-jwt",
|
||||
"name": "jwt",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [
|
||||
"onerror"
|
||||
],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jwt",
|
||||
"version": "3.1.7"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,357 @@
|
||||
{
|
||||
"sourceUrl": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"elkLogger": {
|
||||
"match": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"keys": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"middleware": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"security": {
|
||||
"csrf": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"type": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"ignoreJSON": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.local.js",
|
||||
"useSession": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"cookieName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"sessionName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"headerName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"bodyName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"queryName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"refererWhiteList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"methodnoallow": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"domainWhiteList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"protocolWhiteList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"defaultMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"xframe": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"value": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"hsts": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.local.js",
|
||||
"maxAge": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"includeSubdomains": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"dta": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"noopen": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"nosniff": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"referrerPolicy": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"value": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"xssProtection": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"value": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"csp": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"policy": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"ssrf": {
|
||||
"ipBlackList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"checkAddress": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
}
|
||||
},
|
||||
"cors": {
|
||||
"allowMethods": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"credentials": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"origin": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"logger": {
|
||||
"outputJSON": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"appLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"coreLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"agentLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"errorLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"dir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"encoding": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"env": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"level": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"consoleLevel": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"disableConsoleAfterReady": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"buffer": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"coreLogger": {
|
||||
"consoleLevel": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.local.js"
|
||||
},
|
||||
"allowDebugAtProd": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"apiDomain": {
|
||||
"loanDomain": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"jwt": {
|
||||
"secret": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"match": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"io": {
|
||||
"namespace": {
|
||||
"/socket": {
|
||||
"connectionMiddleware": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"packetMiddleware": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"/": {
|
||||
"connectionMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io\\config\\config.default.js",
|
||||
"packetMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io\\config\\config.default.js"
|
||||
}
|
||||
},
|
||||
"redis": {
|
||||
"host": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"port": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"init": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io\\config\\config.default.js"
|
||||
},
|
||||
"redis": {
|
||||
"client": {
|
||||
"port": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"host": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"password": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"db": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"default": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js",
|
||||
"app": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js",
|
||||
"agent": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js",
|
||||
"supportTimeCommand": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js"
|
||||
},
|
||||
"development": {
|
||||
"watchDirs": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.local.ts",
|
||||
"overrideDefault": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.local.ts",
|
||||
"ignoreDirs": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development\\config\\config.default.js",
|
||||
"fastReady": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development\\config\\config.default.js",
|
||||
"reloadOnDebug": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development\\config\\config.default.js"
|
||||
},
|
||||
"session": {
|
||||
"maxAge": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js",
|
||||
"key": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js",
|
||||
"httpOnly": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js",
|
||||
"encrypt": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js"
|
||||
},
|
||||
"helper": {
|
||||
"shtml": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"jsonp": {
|
||||
"limit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp\\config\\config.default.js",
|
||||
"callback": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp\\config\\config.default.js",
|
||||
"csrf": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp\\config\\config.default.js"
|
||||
},
|
||||
"onerror": {
|
||||
"errorPageUrl": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\config\\config.default.js",
|
||||
"appErrorFilter": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\config\\config.default.js",
|
||||
"templatePath": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\config\\config.default.js"
|
||||
},
|
||||
"i18n": {
|
||||
"defaultLocale": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js",
|
||||
"dirs": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js",
|
||||
"queryField": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js",
|
||||
"cookieField": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js",
|
||||
"cookieDomain": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js",
|
||||
"cookieMaxAge": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js"
|
||||
},
|
||||
"watcher": {
|
||||
"type": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\config\\config.local.js",
|
||||
"eventSources": {
|
||||
"default": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\config\\config.default.js",
|
||||
"development": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\config\\config.default.js"
|
||||
}
|
||||
},
|
||||
"customLogger": {
|
||||
"scheduleLogger": {
|
||||
"consoleLevel": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule\\config\\config.default.js",
|
||||
"file": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule\\config\\config.default.js"
|
||||
}
|
||||
},
|
||||
"schedule": {
|
||||
"directory": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule\\config\\config.default.js"
|
||||
},
|
||||
"multipart": {
|
||||
"mode": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"autoFields": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"defaultCharset": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"fieldNameSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"fieldSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"fields": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"fileSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"files": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"fileExtensions": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"whitelist": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"tmpdir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"cleanSchedule": {
|
||||
"cron": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js"
|
||||
}
|
||||
},
|
||||
"logrotator": {
|
||||
"filesRotateByHour": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js",
|
||||
"hourDelimiter": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js",
|
||||
"filesRotateBySize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js",
|
||||
"maxFileSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js",
|
||||
"maxFiles": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js",
|
||||
"rotateDuration": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js",
|
||||
"maxDays": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js"
|
||||
},
|
||||
"static": {
|
||||
"prefix": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js",
|
||||
"dir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js",
|
||||
"dynamic": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js",
|
||||
"preload": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js",
|
||||
"buffer": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js",
|
||||
"maxFiles": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js"
|
||||
},
|
||||
"view": {
|
||||
"root": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js",
|
||||
"cache": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.local.js",
|
||||
"defaultExtension": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js",
|
||||
"defaultViewEngine": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js",
|
||||
"mapping": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js"
|
||||
},
|
||||
"env": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"name": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"cookies": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"proxy": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"maxIpsCount": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"maxProxyCount": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"protocolHeaders": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"ipHeaders": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"hostHeaders": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"pkg": {
|
||||
"name": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"version": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"description": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"private": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"dependencies": {
|
||||
"@types/socket.io": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"egg-cors": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"egg-jwt": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"egg-redis": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"egg-scripts": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"egg-socket.io": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"midway": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"@types/node": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"cross-env": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"egg-ci": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"midway-bin": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"midway-mock": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"ts-node": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"tslib": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"tslint": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"tslint-config-egg": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"typescript": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"stop": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"start_build": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"clean": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"dev": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"debug": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"test": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"cov": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"lint": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"ci": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"build": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"ci": {
|
||||
"version": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"midway-bin-clean": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"repository": {
|
||||
"type": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"url": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"author": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"license": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"baseDir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"HOME": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"rundir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js",
|
||||
"dump": {
|
||||
"ignore": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"confusedConfigurations": {
|
||||
"bodyparser": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"notFound": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"sitefile": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"middlewares": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"httpClient": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"notfound": {
|
||||
"pageUrl": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"siteFile": {
|
||||
"/favicon.ico": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"bodyParser": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"encoding": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"formLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"jsonLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"textLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"strict": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"queryString": {
|
||||
"arrayLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"depth": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"parameterLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"onerror": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"httpclient": {
|
||||
"enableDNSCache": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"dnsCacheLookupInterval": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"dnsCacheMaxLength": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"request": {
|
||||
"timeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"httpAgent": {
|
||||
"keepAlive": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"freeSocketTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"maxSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"maxFreeSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"httpsAgent": {
|
||||
"keepAlive": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"freeSocketTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"maxSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"maxFreeSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"logging": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"coreMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"workerStartTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"serverTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"cluster": {
|
||||
"listen": {
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"port": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"hostname": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
}
|
||||
},
|
||||
"clusterClient": {
|
||||
"maxWaitTime": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"responseTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"onClientError": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"pluginOverwrite": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js",
|
||||
"container": {
|
||||
"ignore": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js"
|
||||
},
|
||||
"alinode": {
|
||||
"logdir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js",
|
||||
"error_log": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js",
|
||||
"packages": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
digraph G {
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"authMiddleware" [ label = "authMiddleware(authMiddleware)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"authMiddleware" [ label = "authMiddleware(authMiddleware)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"authorization" [ label = "authorization(Authorization)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"app";
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"authMiddleware" [ label = "authMiddleware(authMiddleware)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "app" [ label = "properties", fontsize = 8 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"authorization" [ label = "authorization(Authorization)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"nspController" [ label = "nspController(NspController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"app";
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"nspController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"nspController" -> "app" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"authorization" [ label = "authorization(Authorization)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"app";
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"authMiddleware" [ label = "authMiddleware(authMiddleware)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "app" [ label = "properties", fontsize = 8 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"authorization" [ label = "authorization(Authorization)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"authorization" [ label = "authorization(Authorization)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"authMiddleware" [ label = "authMiddleware(authMiddleware)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"userController" [ label = "userController(UserController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"userController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"authorization" [ label = "authorization(Authorization)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"authMiddleware" [ label = "authMiddleware(authMiddleware)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"userController" [ label = "userController(UserController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"userController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,458 @@
|
||||
[
|
||||
{
|
||||
"name": "Application Start",
|
||||
"start": 1585289108460,
|
||||
"end": 1585289111451,
|
||||
"duration": 2991,
|
||||
"pid": 29500,
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"name": "Load Plugin",
|
||||
"start": 1585289108466,
|
||||
"end": 1585289108516,
|
||||
"duration": 50,
|
||||
"pid": 29500,
|
||||
"index": 1
|
||||
},
|
||||
{
|
||||
"name": "Load Config",
|
||||
"start": 1585289108516,
|
||||
"end": 1585289108572,
|
||||
"duration": 56,
|
||||
"pid": 29500,
|
||||
"index": 2
|
||||
},
|
||||
{
|
||||
"name": "Require(0) config/config.default.ts",
|
||||
"start": 1585289108517,
|
||||
"end": 1585289108519,
|
||||
"duration": 2,
|
||||
"pid": 29500,
|
||||
"index": 3
|
||||
},
|
||||
{
|
||||
"name": "Require(1) config/config.local.ts",
|
||||
"start": 1585289108520,
|
||||
"end": 1585289108521,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 4
|
||||
},
|
||||
{
|
||||
"name": "Require(2) E:/self/2020/project/game-node-center/node_modules/egg-session/config/config.default.js",
|
||||
"start": 1585289108522,
|
||||
"end": 1585289108523,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 5
|
||||
},
|
||||
{
|
||||
"name": "Require(3) E:/self/2020/project/game-node-center/node_modules/egg-security/config/config.default.js",
|
||||
"start": 1585289108524,
|
||||
"end": 1585289108525,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 6
|
||||
},
|
||||
{
|
||||
"name": "Require(4) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/config/config.default.js",
|
||||
"start": 1585289108526,
|
||||
"end": 1585289108527,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 7
|
||||
},
|
||||
{
|
||||
"name": "Require(5) E:/self/2020/project/game-node-center/node_modules/egg-onerror/config/config.default.js",
|
||||
"start": 1585289108527,
|
||||
"end": 1585289108528,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 8
|
||||
},
|
||||
{
|
||||
"name": "Require(6) E:/self/2020/project/game-node-center/node_modules/egg-i18n/config/config.default.js",
|
||||
"start": 1585289108529,
|
||||
"end": 1585289108530,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 9
|
||||
},
|
||||
{
|
||||
"name": "Require(7) E:/self/2020/project/game-node-center/node_modules/egg-watcher/config/config.default.js",
|
||||
"start": 1585289108531,
|
||||
"end": 1585289108532,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 10
|
||||
},
|
||||
{
|
||||
"name": "Require(8) E:/self/2020/project/game-node-center/node_modules/egg-schedule/config/config.default.js",
|
||||
"start": 1585289108533,
|
||||
"end": 1585289108533,
|
||||
"duration": 0,
|
||||
"pid": 29500,
|
||||
"index": 11
|
||||
},
|
||||
{
|
||||
"name": "Require(9) E:/self/2020/project/game-node-center/node_modules/egg-multipart/config/config.default.js",
|
||||
"start": 1585289108534,
|
||||
"end": 1585289108535,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 12
|
||||
},
|
||||
{
|
||||
"name": "Require(10) E:/self/2020/project/game-node-center/node_modules/egg-development/config/config.default.js",
|
||||
"start": 1585289108536,
|
||||
"end": 1585289108537,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 13
|
||||
},
|
||||
{
|
||||
"name": "Require(11) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/config/config.default.js",
|
||||
"start": 1585289108537,
|
||||
"end": 1585289108538,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 14
|
||||
},
|
||||
{
|
||||
"name": "Require(12) E:/self/2020/project/game-node-center/node_modules/egg-static/config/config.default.js",
|
||||
"start": 1585289108539,
|
||||
"end": 1585289108540,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 15
|
||||
},
|
||||
{
|
||||
"name": "Require(13) E:/self/2020/project/game-node-center/node_modules/egg-view/config/config.default.js",
|
||||
"start": 1585289108541,
|
||||
"end": 1585289108542,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 16
|
||||
},
|
||||
{
|
||||
"name": "Require(14) E:/self/2020/project/game-node-center/node_modules/egg-cors/config/config.default.js",
|
||||
"start": 1585289108545,
|
||||
"end": 1585289108546,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 17
|
||||
},
|
||||
{
|
||||
"name": "Require(15) E:/self/2020/project/game-node-center/node_modules/egg-redis/config/config.default.js",
|
||||
"start": 1585289108547,
|
||||
"end": 1585289108547,
|
||||
"duration": 0,
|
||||
"pid": 29500,
|
||||
"index": 18
|
||||
},
|
||||
{
|
||||
"name": "Require(16) E:/self/2020/project/game-node-center/node_modules/egg-socket.io/config/config.default.js",
|
||||
"start": 1585289108548,
|
||||
"end": 1585289108549,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 19
|
||||
},
|
||||
{
|
||||
"name": "Require(17) E:/self/2020/project/game-node-center/node_modules/egg-jwt/config/config.default.js",
|
||||
"start": 1585289108550,
|
||||
"end": 1585289108551,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 20
|
||||
},
|
||||
{
|
||||
"name": "Require(18) E:/self/2020/project/game-node-center/node_modules/egg/config/config.default.js",
|
||||
"start": 1585289108552,
|
||||
"end": 1585289108552,
|
||||
"duration": 0,
|
||||
"pid": 29500,
|
||||
"index": 21
|
||||
},
|
||||
{
|
||||
"name": "Require(19) E:/self/2020/project/game-node-center/node_modules/midway-web/config/config.default.js",
|
||||
"start": 1585289108554,
|
||||
"end": 1585289108555,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 22
|
||||
},
|
||||
{
|
||||
"name": "Require(20) config/config.default.ts",
|
||||
"start": 1585289108556,
|
||||
"end": 1585289108556,
|
||||
"duration": 0,
|
||||
"pid": 29500,
|
||||
"index": 23
|
||||
},
|
||||
{
|
||||
"name": "Require(21) E:/self/2020/project/game-node-center/node_modules/egg-security/config/config.local.js",
|
||||
"start": 1585289108558,
|
||||
"end": 1585289108558,
|
||||
"duration": 0,
|
||||
"pid": 29500,
|
||||
"index": 24
|
||||
},
|
||||
{
|
||||
"name": "Require(22) E:/self/2020/project/game-node-center/node_modules/egg-watcher/config/config.local.js",
|
||||
"start": 1585289108562,
|
||||
"end": 1585289108562,
|
||||
"duration": 0,
|
||||
"pid": 29500,
|
||||
"index": 25
|
||||
},
|
||||
{
|
||||
"name": "Require(23) E:/self/2020/project/game-node-center/node_modules/egg-view/config/config.local.js",
|
||||
"start": 1585289108566,
|
||||
"end": 1585289108567,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 26
|
||||
},
|
||||
{
|
||||
"name": "Require(24) E:/self/2020/project/game-node-center/node_modules/egg/config/config.local.js",
|
||||
"start": 1585289108570,
|
||||
"end": 1585289108571,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 27
|
||||
},
|
||||
{
|
||||
"name": "Require(25) E:/self/2020/project/game-node-center/node_modules/midway-web/config/config.local.js",
|
||||
"start": 1585289108571,
|
||||
"end": 1585289108572,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 28
|
||||
},
|
||||
{
|
||||
"name": "Require(26) config/config.local.ts",
|
||||
"start": 1585289108572,
|
||||
"end": 1585289108572,
|
||||
"duration": 0,
|
||||
"pid": 29500,
|
||||
"index": 29
|
||||
},
|
||||
{
|
||||
"name": "Load extend/agent.js",
|
||||
"start": 1585289108573,
|
||||
"end": 1585289108654,
|
||||
"duration": 81,
|
||||
"pid": 29500,
|
||||
"index": 30
|
||||
},
|
||||
{
|
||||
"name": "Require(27) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/agent.js",
|
||||
"start": 1585289108575,
|
||||
"end": 1585289108578,
|
||||
"duration": 3,
|
||||
"pid": 29500,
|
||||
"index": 31
|
||||
},
|
||||
{
|
||||
"name": "Require(28) E:/self/2020/project/game-node-center/node_modules/egg-schedule/app/extend/agent.js",
|
||||
"start": 1585289108582,
|
||||
"end": 1585289108626,
|
||||
"duration": 44,
|
||||
"pid": 29500,
|
||||
"index": 32
|
||||
},
|
||||
{
|
||||
"name": "Require(29) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/app/extend/agent.js",
|
||||
"start": 1585289108628,
|
||||
"end": 1585289108631,
|
||||
"duration": 3,
|
||||
"pid": 29500,
|
||||
"index": 33
|
||||
},
|
||||
{
|
||||
"name": "Load extend/context.js",
|
||||
"start": 1585289111150,
|
||||
"end": 1585289111261,
|
||||
"duration": 111,
|
||||
"pid": 29500,
|
||||
"index": 34
|
||||
},
|
||||
{
|
||||
"name": "Require(30) E:/self/2020/project/game-node-center/node_modules/egg-security/app/extend/context.js",
|
||||
"start": 1585289111151,
|
||||
"end": 1585289111171,
|
||||
"duration": 20,
|
||||
"pid": 29500,
|
||||
"index": 35
|
||||
},
|
||||
{
|
||||
"name": "Require(31) E:/self/2020/project/game-node-center/node_modules/egg-jsonp/app/extend/context.js",
|
||||
"start": 1585289111172,
|
||||
"end": 1585289111176,
|
||||
"duration": 4,
|
||||
"pid": 29500,
|
||||
"index": 36
|
||||
},
|
||||
{
|
||||
"name": "Require(32) E:/self/2020/project/game-node-center/node_modules/egg-i18n/app/extend/context.js",
|
||||
"start": 1585289111177,
|
||||
"end": 1585289111178,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 37
|
||||
},
|
||||
{
|
||||
"name": "Require(33) E:/self/2020/project/game-node-center/node_modules/egg-multipart/app/extend/context.js",
|
||||
"start": 1585289111180,
|
||||
"end": 1585289111233,
|
||||
"duration": 53,
|
||||
"pid": 29500,
|
||||
"index": 38
|
||||
},
|
||||
{
|
||||
"name": "Require(34) E:/self/2020/project/game-node-center/node_modules/egg-view/app/extend/context.js",
|
||||
"start": 1585289111236,
|
||||
"end": 1585289111238,
|
||||
"duration": 2,
|
||||
"pid": 29500,
|
||||
"index": 39
|
||||
},
|
||||
{
|
||||
"name": "Require(35) E:/self/2020/project/game-node-center/node_modules/egg/app/extend/context.js",
|
||||
"start": 1585289111242,
|
||||
"end": 1585289111243,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 40
|
||||
},
|
||||
{
|
||||
"name": "Require(36) E:/self/2020/project/game-node-center/node_modules/midway-web/app/extend/context.js",
|
||||
"start": 1585289111244,
|
||||
"end": 1585289111245,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 41
|
||||
},
|
||||
{
|
||||
"name": "Require(37) app/extend/context.ts",
|
||||
"start": 1585289111247,
|
||||
"end": 1585289111248,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 42
|
||||
},
|
||||
{
|
||||
"name": "Load agent.js",
|
||||
"start": 1585289111261,
|
||||
"end": 1585289111294,
|
||||
"duration": 33,
|
||||
"pid": 29500,
|
||||
"index": 43
|
||||
},
|
||||
{
|
||||
"name": "Require(38) E:/self/2020/project/game-node-center/node_modules/egg-security/agent.js",
|
||||
"start": 1585289111262,
|
||||
"end": 1585289111264,
|
||||
"duration": 2,
|
||||
"pid": 29500,
|
||||
"index": 44
|
||||
},
|
||||
{
|
||||
"name": "Require(39) E:/self/2020/project/game-node-center/node_modules/egg-onerror/agent.js",
|
||||
"start": 1585289111265,
|
||||
"end": 1585289111265,
|
||||
"duration": 0,
|
||||
"pid": 29500,
|
||||
"index": 45
|
||||
},
|
||||
{
|
||||
"name": "Require(40) E:/self/2020/project/game-node-center/node_modules/egg-watcher/agent.js",
|
||||
"start": 1585289111267,
|
||||
"end": 1585289111270,
|
||||
"duration": 3,
|
||||
"pid": 29500,
|
||||
"index": 46
|
||||
},
|
||||
{
|
||||
"name": "Require(41) E:/self/2020/project/game-node-center/node_modules/egg-schedule/agent.js",
|
||||
"start": 1585289111271,
|
||||
"end": 1585289111273,
|
||||
"duration": 2,
|
||||
"pid": 29500,
|
||||
"index": 47
|
||||
},
|
||||
{
|
||||
"name": "Require(42) E:/self/2020/project/game-node-center/node_modules/egg-development/agent.js",
|
||||
"start": 1585289111275,
|
||||
"end": 1585289111283,
|
||||
"duration": 8,
|
||||
"pid": 29500,
|
||||
"index": 48
|
||||
},
|
||||
{
|
||||
"name": "Require(43) E:/self/2020/project/game-node-center/node_modules/egg-logrotator/agent.js",
|
||||
"start": 1585289111283,
|
||||
"end": 1585289111284,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 49
|
||||
},
|
||||
{
|
||||
"name": "Require(44) E:/self/2020/project/game-node-center/node_modules/midway-schedule/agent.js",
|
||||
"start": 1585289111286,
|
||||
"end": 1585289111287,
|
||||
"duration": 1,
|
||||
"pid": 29500,
|
||||
"index": 50
|
||||
},
|
||||
{
|
||||
"name": "Require(45) E:/self/2020/project/game-node-center/node_modules/egg-redis/agent.js",
|
||||
"start": 1585289111288,
|
||||
"end": 1585289111290,
|
||||
"duration": 2,
|
||||
"pid": 29500,
|
||||
"index": 51
|
||||
},
|
||||
{
|
||||
"name": "Require(46) E:/self/2020/project/game-node-center/node_modules/egg/agent.js",
|
||||
"start": 1585289111292,
|
||||
"end": 1585289111292,
|
||||
"duration": 0,
|
||||
"pid": 29500,
|
||||
"index": 52
|
||||
},
|
||||
{
|
||||
"name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-watcher/lib/init.js:15:14",
|
||||
"start": 1585289111301,
|
||||
"end": 1585289111395,
|
||||
"duration": 94,
|
||||
"pid": 29500,
|
||||
"index": 53
|
||||
},
|
||||
{
|
||||
"name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-schedule/agent.js:12:9",
|
||||
"start": 1585289111302,
|
||||
"end": 1585289111366,
|
||||
"duration": 64,
|
||||
"pid": 29500,
|
||||
"index": 54
|
||||
},
|
||||
{
|
||||
"name": "Before Start in E:/self/2020/project/game-node-center/node_modules/egg-development/agent.js:12:9",
|
||||
"start": 1585289111302,
|
||||
"end": 1585289111451,
|
||||
"duration": 149,
|
||||
"pid": 29500,
|
||||
"index": 55
|
||||
},
|
||||
{
|
||||
"name": "Before Start in E:/self/2020/project/game-node-center/node_modules/midway-web/dist/loader/loader.js:41:18",
|
||||
"start": 1585289111303,
|
||||
"end": 1585289111392,
|
||||
"duration": 89,
|
||||
"pid": 29500,
|
||||
"index": 56
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,668 @@
|
||||
{
|
||||
"config": {
|
||||
"session": {
|
||||
"maxAge": 86400000,
|
||||
"key": "EGG_SESS",
|
||||
"httpOnly": true,
|
||||
"encrypt": true,
|
||||
"overwrite": true,
|
||||
"signed": true,
|
||||
"autoCommit": true,
|
||||
"encode": "<Function encode>",
|
||||
"decode": "<Function decode>",
|
||||
"genid": "<Function v4>"
|
||||
},
|
||||
"security": {
|
||||
"domainWhiteList": [],
|
||||
"protocolWhiteList": [],
|
||||
"defaultMiddleware": "csrf,hsts,methodnoallow,noopen,nosniff,csp,xssProtection,xframe,dta",
|
||||
"csrf": {
|
||||
"enable": false,
|
||||
"type": "ctoken",
|
||||
"ignoreJSON": false,
|
||||
"useSession": false,
|
||||
"cookieName": "csrfToken",
|
||||
"sessionName": "csrfToken",
|
||||
"headerName": "x-csrf-token",
|
||||
"bodyName": "_csrf",
|
||||
"queryName": "_csrf",
|
||||
"refererWhiteList": []
|
||||
},
|
||||
"xframe": {
|
||||
"enable": true,
|
||||
"value": "SAMEORIGIN",
|
||||
"matching": "<Function anonymous>"
|
||||
},
|
||||
"hsts": {
|
||||
"enable": false,
|
||||
"maxAge": 31536000,
|
||||
"includeSubdomains": false
|
||||
},
|
||||
"dta": {
|
||||
"enable": true,
|
||||
"matching": "<Function anonymous>"
|
||||
},
|
||||
"methodnoallow": {
|
||||
"enable": false
|
||||
},
|
||||
"noopen": {
|
||||
"enable": true,
|
||||
"matching": "<Function anonymous>"
|
||||
},
|
||||
"nosniff": {
|
||||
"enable": true,
|
||||
"matching": "<Function anonymous>"
|
||||
},
|
||||
"referrerPolicy": {
|
||||
"enable": false,
|
||||
"value": "no-referrer-when-downgrade"
|
||||
},
|
||||
"xssProtection": {
|
||||
"enable": true,
|
||||
"value": "1; mode=block",
|
||||
"matching": "<Function anonymous>"
|
||||
},
|
||||
"csp": {
|
||||
"enable": false,
|
||||
"policy": {}
|
||||
},
|
||||
"ssrf": {
|
||||
"ipBlackList": null,
|
||||
"checkAddress": null
|
||||
},
|
||||
"_protocolWhiteListSet": "<Set>"
|
||||
},
|
||||
"helper": {
|
||||
"shtml": {}
|
||||
},
|
||||
"jsonp": {
|
||||
"limit": 50,
|
||||
"callback": [
|
||||
"_callback",
|
||||
"callback"
|
||||
],
|
||||
"csrf": false
|
||||
},
|
||||
"onerror": {
|
||||
"errorPageUrl": "",
|
||||
"appErrorFilter": null,
|
||||
"templatePath": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\lib\\onerror_page.mustache"
|
||||
},
|
||||
"i18n": {
|
||||
"defaultLocale": "en_US",
|
||||
"dirs": [
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-schedule\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-cors\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jwt\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\locales",
|
||||
"E:\\self\\2020\\project\\game-node-center\\src\\config\\locales"
|
||||
],
|
||||
"queryField": "locale",
|
||||
"cookieField": "locale",
|
||||
"cookieDomain": "",
|
||||
"cookieMaxAge": "1y",
|
||||
"functionName": "__"
|
||||
},
|
||||
"watcher": {
|
||||
"type": "development",
|
||||
"eventSources": {
|
||||
"default": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\lib\\event-sources\\default",
|
||||
"development": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\lib\\event-sources\\development"
|
||||
}
|
||||
},
|
||||
"customLogger": {
|
||||
"scheduleLogger": {
|
||||
"consoleLevel": "NONE",
|
||||
"file": "egg-schedule.log"
|
||||
}
|
||||
},
|
||||
"schedule": {
|
||||
"directory": []
|
||||
},
|
||||
"multipart": {
|
||||
"mode": "stream",
|
||||
"autoFields": false,
|
||||
"defaultCharset": "utf8",
|
||||
"fieldNameSize": 100,
|
||||
"fieldSize": 102400,
|
||||
"fields": 10,
|
||||
"fileSize": 10485760,
|
||||
"files": 10,
|
||||
"fileExtensions": [],
|
||||
"whitelist": null,
|
||||
"tmpdir": "C:\\Users\\ADMINI\\x7e1\\AppData\\Local\\Temp\\egg-multipart-tmp\\game-node-center",
|
||||
"cleanSchedule": {
|
||||
"cron": "0 30 4 * * *"
|
||||
}
|
||||
},
|
||||
"development": {
|
||||
"watchDirs": [
|
||||
"app",
|
||||
"lib",
|
||||
"service",
|
||||
"config",
|
||||
"app.ts",
|
||||
"agent.ts",
|
||||
"interface.ts"
|
||||
],
|
||||
"ignoreDirs": [],
|
||||
"fastReady": false,
|
||||
"reloadOnDebug": true,
|
||||
"overrideDefault": true
|
||||
},
|
||||
"logrotator": {
|
||||
"filesRotateByHour": null,
|
||||
"hourDelimiter": "-",
|
||||
"filesRotateBySize": null,
|
||||
"maxFileSize": 52428800,
|
||||
"maxFiles": 10,
|
||||
"rotateDuration": 60000,
|
||||
"maxDays": 31
|
||||
},
|
||||
"static": {
|
||||
"prefix": "/public/",
|
||||
"dir": "E:\\self\\2020\\project\\game-node-center\\src\\app\\public",
|
||||
"dynamic": true,
|
||||
"preload": false,
|
||||
"buffer": false,
|
||||
"maxFiles": 1000
|
||||
},
|
||||
"view": {
|
||||
"root": "E:\\self\\2020\\project\\game-node-center\\src\\app\\view",
|
||||
"cache": false,
|
||||
"defaultExtension": ".html",
|
||||
"defaultViewEngine": "",
|
||||
"mapping": {}
|
||||
},
|
||||
"cors": {
|
||||
"allowMethods": "GET,HEAD,PUT,POST,DELETE,PATCH,OPTIONS",
|
||||
"credentials": true,
|
||||
"origin": "<Function origin>"
|
||||
},
|
||||
"redis": {
|
||||
"default": {},
|
||||
"app": true,
|
||||
"agent": false,
|
||||
"supportTimeCommand": true,
|
||||
"client": {
|
||||
"port": 6379,
|
||||
"host": "127.0.0.1",
|
||||
"password": "<String len: 6>",
|
||||
"db": 0
|
||||
}
|
||||
},
|
||||
"io": {
|
||||
"init": {
|
||||
"path": "/socket.io",
|
||||
"allowRequest": "<Function bound >"
|
||||
},
|
||||
"namespace": {
|
||||
"/": {
|
||||
"connectionMiddleware": [],
|
||||
"packetMiddleware": []
|
||||
},
|
||||
"/socket": {
|
||||
"connectionMiddleware": [
|
||||
"auth"
|
||||
],
|
||||
"packetMiddleware": []
|
||||
}
|
||||
},
|
||||
"redis": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 6379
|
||||
}
|
||||
},
|
||||
"jwt": {
|
||||
"secret": "<String len: 6>",
|
||||
"enable": true,
|
||||
"match": "<Function match>"
|
||||
},
|
||||
"env": "local",
|
||||
"name": "game-node-center",
|
||||
"keys": "<String len: 25>",
|
||||
"cookies": {},
|
||||
"proxy": false,
|
||||
"maxIpsCount": 0,
|
||||
"maxProxyCount": 0,
|
||||
"protocolHeaders": "x-forwarded-proto",
|
||||
"ipHeaders": "x-forwarded-for",
|
||||
"hostHeaders": "",
|
||||
"pkg": {
|
||||
"name": "game-node-center",
|
||||
"version": "1.0.0",
|
||||
"description": "node服务中心",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@types/socket.io": "^2.1.4",
|
||||
"egg-cors": "^2.2.3",
|
||||
"egg-jwt": "^3.1.7",
|
||||
"egg-redis": "^2.4.0",
|
||||
"egg-scripts": "^2.10.0",
|
||||
"egg-socket.io": "^4.1.6",
|
||||
"midway": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "^10.5.5",
|
||||
"cross-env": "^6.0.0",
|
||||
"egg-ci": "^1.8.0",
|
||||
"midway-bin": "1",
|
||||
"midway-mock": "1",
|
||||
"ts-node": "^8.3.0",
|
||||
"tslib": "^1.8.1",
|
||||
"tslint": "^5.11.0",
|
||||
"tslint-config-egg": "^1.0.0",
|
||||
"typescript": "^3.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.16.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "egg-scripts start --daemon --title=midway-server-node-loan-center --framework=midway --ts",
|
||||
"stop": "egg-scripts stop --title=midway-server-node-loan-center",
|
||||
"start_build": "npm run build && cross-env NODE_ENV=development midway-bin dev",
|
||||
"clean": "midway-bin clean",
|
||||
"dev": "cross-env NODE_ENV=local midway-bin dev --ts",
|
||||
"debug": "cross-env NODE_ENV=local midway-bin debug --ts",
|
||||
"test": "npm run lint && midway-bin test --ts",
|
||||
"cov": "midway-bin cov --ts",
|
||||
"lint": "tslint --fix -p tsconfig.json -t stylish",
|
||||
"ci": "npm run cov",
|
||||
"build": "midway-bin build -c"
|
||||
},
|
||||
"ci": {
|
||||
"version": "10"
|
||||
},
|
||||
"midway-bin-clean": [
|
||||
".vscode/.tsbuildinfo",
|
||||
"dist"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": ""
|
||||
},
|
||||
"author": "Cai",
|
||||
"license": "MIT"
|
||||
},
|
||||
"baseDir": "E:\\self\\2020\\project\\game-node-center\\src",
|
||||
"HOME": "C:\\Users\\Administrator",
|
||||
"rundir": "E:\\self\\2020\\project\\game-node-center\\run",
|
||||
"dump": {
|
||||
"ignore": "<Set>"
|
||||
},
|
||||
"confusedConfigurations": {
|
||||
"bodyparser": "bodyParser",
|
||||
"notFound": "notfound",
|
||||
"sitefile": "siteFile",
|
||||
"middlewares": "middleware",
|
||||
"httpClient": "httpclient"
|
||||
},
|
||||
"notfound": {
|
||||
"pageUrl": ""
|
||||
},
|
||||
"siteFile": {
|
||||
"/favicon.ico": "<Buffer len: 6463>"
|
||||
},
|
||||
"bodyParser": {
|
||||
"enable": true,
|
||||
"encoding": "utf8",
|
||||
"formLimit": "1mb",
|
||||
"jsonLimit": "1mb",
|
||||
"textLimit": "1mb",
|
||||
"strict": true,
|
||||
"queryString": {
|
||||
"arrayLimit": 100,
|
||||
"depth": 5,
|
||||
"parameterLimit": 1000
|
||||
},
|
||||
"returnRawBody": true
|
||||
},
|
||||
"logger": {
|
||||
"dir": "E:\\self\\2020\\project\\game-node-center\\logs\\game-node-center",
|
||||
"encoding": "utf8",
|
||||
"env": "local",
|
||||
"level": "INFO",
|
||||
"consoleLevel": "INFO",
|
||||
"disableConsoleAfterReady": false,
|
||||
"outputJSON": false,
|
||||
"buffer": true,
|
||||
"appLogName": "app.log",
|
||||
"coreLogName": "core.log",
|
||||
"agentLogName": "agent.log",
|
||||
"errorLogName": "error.log",
|
||||
"coreLogger": {
|
||||
"consoleLevel": "WARN"
|
||||
},
|
||||
"allowDebugAtProd": false,
|
||||
"type": "application"
|
||||
},
|
||||
"httpclient": {
|
||||
"enableDNSCache": false,
|
||||
"dnsCacheLookupInterval": 10000,
|
||||
"dnsCacheMaxLength": 1000,
|
||||
"request": {
|
||||
"timeout": 5000
|
||||
},
|
||||
"httpAgent": {
|
||||
"keepAlive": true,
|
||||
"freeSocketTimeout": 4000,
|
||||
"maxSockets": 9007199254740991,
|
||||
"maxFreeSockets": 256
|
||||
},
|
||||
"httpsAgent": {
|
||||
"keepAlive": true,
|
||||
"freeSocketTimeout": 4000,
|
||||
"maxSockets": 9007199254740991,
|
||||
"maxFreeSockets": 256
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"enable": true,
|
||||
"logging": false
|
||||
},
|
||||
"coreMiddleware": [
|
||||
"cors",
|
||||
"meta",
|
||||
"siteFile",
|
||||
"notfound",
|
||||
"static",
|
||||
"bodyParser",
|
||||
"overrideMethod",
|
||||
"session",
|
||||
"securities",
|
||||
"i18n",
|
||||
"eggLoaderTrace"
|
||||
],
|
||||
"workerStartTimeout": 600000,
|
||||
"serverTimeout": null,
|
||||
"cluster": {
|
||||
"listen": {
|
||||
"path": "",
|
||||
"port": 7001,
|
||||
"hostname": ""
|
||||
}
|
||||
},
|
||||
"clusterClient": {
|
||||
"maxWaitTime": 60000,
|
||||
"responseTimeout": 60000
|
||||
},
|
||||
"onClientError": null,
|
||||
"pluginOverwrite": false,
|
||||
"container": {
|
||||
"ignore": [
|
||||
"**/node_modules/**",
|
||||
"**/logs/**",
|
||||
"**/run/**",
|
||||
"**/public/**",
|
||||
"**/view/**",
|
||||
"**/views/**",
|
||||
"**/config/**",
|
||||
"**/app/extend/**"
|
||||
],
|
||||
"baseDir": "E:\\self\\2020\\project\\game-node-center\\src"
|
||||
},
|
||||
"alinode": {
|
||||
"logdir": "C:\\Users\\ADMINI\\x7e1\\AppData\\Local\\Temp",
|
||||
"error_log": [
|
||||
"E:\\self\\2020\\project\\game-node-center\\logs\\game-node-center\\common-error.log",
|
||||
"E:\\self\\2020\\project\\game-node-center\\logs\\stderr.log"
|
||||
],
|
||||
"packages": [
|
||||
"E:\\self\\2020\\project\\game-node-center\\package.json"
|
||||
]
|
||||
},
|
||||
"sourceUrl": "",
|
||||
"elkLogger": {
|
||||
"match": "<Function match>",
|
||||
"enable": true
|
||||
},
|
||||
"middleware": [
|
||||
"jwt",
|
||||
"elkLogger",
|
||||
"notFound"
|
||||
],
|
||||
"apiDomain": {
|
||||
"loanDomain": "*"
|
||||
},
|
||||
"coreMiddlewares": "~config~coreMiddleware",
|
||||
"appMiddlewares": "~config~middleware",
|
||||
"appMiddleware": "~config~middleware",
|
||||
"multipartParseOptions": {
|
||||
"autoFields": false,
|
||||
"defCharset": "utf8",
|
||||
"limits": {
|
||||
"fieldNameSize": 100,
|
||||
"fieldSize": 102400,
|
||||
"fields": 10,
|
||||
"fileSize": 10485760,
|
||||
"files": 10
|
||||
},
|
||||
"checkFile": "<Function checkFile>"
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"session": {
|
||||
"enable": true,
|
||||
"package": "egg-session",
|
||||
"name": "session",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session",
|
||||
"version": "3.1.0"
|
||||
},
|
||||
"security": {
|
||||
"enable": true,
|
||||
"package": "egg-security",
|
||||
"name": "security",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [
|
||||
"session"
|
||||
],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security",
|
||||
"version": "2.7.1"
|
||||
},
|
||||
"jsonp": {
|
||||
"enable": true,
|
||||
"package": "egg-jsonp",
|
||||
"name": "jsonp",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [
|
||||
"security"
|
||||
],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp",
|
||||
"version": "2.0.0"
|
||||
},
|
||||
"onerror": {
|
||||
"enable": true,
|
||||
"package": "egg-onerror",
|
||||
"name": "onerror",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [
|
||||
"jsonp"
|
||||
],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror",
|
||||
"version": "2.1.0"
|
||||
},
|
||||
"i18n": {
|
||||
"enable": true,
|
||||
"package": "egg-i18n",
|
||||
"name": "i18n",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n",
|
||||
"version": "2.1.1"
|
||||
},
|
||||
"watcher": {
|
||||
"enable": true,
|
||||
"package": "egg-watcher",
|
||||
"name": "watcher",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher",
|
||||
"version": "3.1.0"
|
||||
},
|
||||
"schedule": {
|
||||
"enable": true,
|
||||
"package": "egg-schedule",
|
||||
"name": "schedule",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule",
|
||||
"version": "3.6.4"
|
||||
},
|
||||
"multipart": {
|
||||
"enable": true,
|
||||
"package": "egg-multipart",
|
||||
"name": "multipart",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [
|
||||
"schedule"
|
||||
],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart",
|
||||
"version": "2.10.1"
|
||||
},
|
||||
"development": {
|
||||
"enable": true,
|
||||
"package": "egg-development",
|
||||
"name": "development",
|
||||
"dependencies": [
|
||||
"watcher"
|
||||
],
|
||||
"optionalDependencies": [],
|
||||
"env": [
|
||||
"local"
|
||||
],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development",
|
||||
"version": "2.4.3"
|
||||
},
|
||||
"logrotator": {
|
||||
"enable": true,
|
||||
"package": "egg-logrotator",
|
||||
"name": "logrotator",
|
||||
"dependencies": [
|
||||
"schedule"
|
||||
],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator",
|
||||
"version": "3.1.0"
|
||||
},
|
||||
"static": {
|
||||
"enable": true,
|
||||
"package": "egg-static",
|
||||
"name": "static",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static",
|
||||
"version": "2.2.0"
|
||||
},
|
||||
"view": {
|
||||
"enable": true,
|
||||
"package": "egg-view",
|
||||
"name": "view",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view",
|
||||
"version": "2.1.2"
|
||||
},
|
||||
"schedulePlus": {
|
||||
"enable": true,
|
||||
"package": "midway-schedule",
|
||||
"name": "schedulePlus",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [
|
||||
"schedule"
|
||||
],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\plugin.js",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-schedule",
|
||||
"version": "1.15.1"
|
||||
},
|
||||
"cors": {
|
||||
"enable": true,
|
||||
"package": "egg-cors",
|
||||
"name": "cors",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-cors",
|
||||
"version": "2.2.3"
|
||||
},
|
||||
"redis": {
|
||||
"enable": true,
|
||||
"package": "egg-redis",
|
||||
"name": "redis",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis",
|
||||
"version": "2.4.0"
|
||||
},
|
||||
"io": {
|
||||
"enable": true,
|
||||
"package": "egg-socket.io",
|
||||
"name": "io",
|
||||
"dependencies": [
|
||||
"session"
|
||||
],
|
||||
"optionalDependencies": [],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io",
|
||||
"version": "4.1.6"
|
||||
},
|
||||
"jwt": {
|
||||
"enable": true,
|
||||
"package": "egg-jwt",
|
||||
"name": "jwt",
|
||||
"dependencies": [],
|
||||
"optionalDependencies": [
|
||||
"onerror"
|
||||
],
|
||||
"env": [],
|
||||
"from": "E:\\self\\2020\\project\\game-node-center\\src\\config\\plugin.ts",
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jwt",
|
||||
"version": "3.1.7"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,357 @@
|
||||
{
|
||||
"sourceUrl": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"elkLogger": {
|
||||
"match": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"keys": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"middleware": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"security": {
|
||||
"csrf": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"type": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"ignoreJSON": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.local.js",
|
||||
"useSession": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"cookieName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"sessionName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"headerName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"bodyName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"queryName": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"refererWhiteList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"methodnoallow": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"domainWhiteList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"protocolWhiteList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"defaultMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"xframe": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"value": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"hsts": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.local.js",
|
||||
"maxAge": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"includeSubdomains": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"dta": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"noopen": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"nosniff": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"referrerPolicy": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"value": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"xssProtection": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"value": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"csp": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"policy": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"ssrf": {
|
||||
"ipBlackList": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js",
|
||||
"checkAddress": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
}
|
||||
},
|
||||
"cors": {
|
||||
"allowMethods": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"credentials": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"origin": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"logger": {
|
||||
"outputJSON": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"appLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"coreLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"agentLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"errorLogName": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"dir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"encoding": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"env": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"level": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"consoleLevel": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"disableConsoleAfterReady": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"buffer": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"coreLogger": {
|
||||
"consoleLevel": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.local.js"
|
||||
},
|
||||
"allowDebugAtProd": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"apiDomain": {
|
||||
"loanDomain": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"jwt": {
|
||||
"secret": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"match": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"io": {
|
||||
"namespace": {
|
||||
"/socket": {
|
||||
"connectionMiddleware": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"packetMiddleware": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"/": {
|
||||
"connectionMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io\\config\\config.default.js",
|
||||
"packetMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io\\config\\config.default.js"
|
||||
}
|
||||
},
|
||||
"redis": {
|
||||
"host": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"port": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"init": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-socket.io\\config\\config.default.js"
|
||||
},
|
||||
"redis": {
|
||||
"client": {
|
||||
"port": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"host": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"password": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts",
|
||||
"db": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.default.ts"
|
||||
},
|
||||
"default": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js",
|
||||
"app": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js",
|
||||
"agent": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js",
|
||||
"supportTimeCommand": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-redis\\config\\config.default.js"
|
||||
},
|
||||
"development": {
|
||||
"watchDirs": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.local.ts",
|
||||
"overrideDefault": "E:\\self\\2020\\project\\game-node-center\\src\\config\\config.local.ts",
|
||||
"ignoreDirs": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development\\config\\config.default.js",
|
||||
"fastReady": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development\\config\\config.default.js",
|
||||
"reloadOnDebug": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-development\\config\\config.default.js"
|
||||
},
|
||||
"session": {
|
||||
"maxAge": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js",
|
||||
"key": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js",
|
||||
"httpOnly": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js",
|
||||
"encrypt": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-session\\config\\config.default.js"
|
||||
},
|
||||
"helper": {
|
||||
"shtml": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-security\\config\\config.default.js"
|
||||
},
|
||||
"jsonp": {
|
||||
"limit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp\\config\\config.default.js",
|
||||
"callback": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp\\config\\config.default.js",
|
||||
"csrf": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-jsonp\\config\\config.default.js"
|
||||
},
|
||||
"onerror": {
|
||||
"errorPageUrl": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\config\\config.default.js",
|
||||
"appErrorFilter": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\config\\config.default.js",
|
||||
"templatePath": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-onerror\\config\\config.default.js"
|
||||
},
|
||||
"i18n": {
|
||||
"defaultLocale": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js",
|
||||
"dirs": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js",
|
||||
"queryField": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js",
|
||||
"cookieField": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js",
|
||||
"cookieDomain": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js",
|
||||
"cookieMaxAge": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-i18n\\config\\config.default.js"
|
||||
},
|
||||
"watcher": {
|
||||
"type": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\config\\config.local.js",
|
||||
"eventSources": {
|
||||
"default": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\config\\config.default.js",
|
||||
"development": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-watcher\\config\\config.default.js"
|
||||
}
|
||||
},
|
||||
"customLogger": {
|
||||
"scheduleLogger": {
|
||||
"consoleLevel": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule\\config\\config.default.js",
|
||||
"file": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule\\config\\config.default.js"
|
||||
}
|
||||
},
|
||||
"schedule": {
|
||||
"directory": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-schedule\\config\\config.default.js"
|
||||
},
|
||||
"multipart": {
|
||||
"mode": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"autoFields": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"defaultCharset": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"fieldNameSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"fieldSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"fields": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"fileSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"files": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"fileExtensions": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"whitelist": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"tmpdir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js",
|
||||
"cleanSchedule": {
|
||||
"cron": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-multipart\\config\\config.default.js"
|
||||
}
|
||||
},
|
||||
"logrotator": {
|
||||
"filesRotateByHour": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js",
|
||||
"hourDelimiter": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js",
|
||||
"filesRotateBySize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js",
|
||||
"maxFileSize": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js",
|
||||
"maxFiles": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js",
|
||||
"rotateDuration": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js",
|
||||
"maxDays": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-logrotator\\config\\config.default.js"
|
||||
},
|
||||
"static": {
|
||||
"prefix": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js",
|
||||
"dir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js",
|
||||
"dynamic": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js",
|
||||
"preload": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js",
|
||||
"buffer": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js",
|
||||
"maxFiles": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-static\\config\\config.default.js"
|
||||
},
|
||||
"view": {
|
||||
"root": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js",
|
||||
"cache": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.local.js",
|
||||
"defaultExtension": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js",
|
||||
"defaultViewEngine": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js",
|
||||
"mapping": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg-view\\config\\config.default.js"
|
||||
},
|
||||
"env": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"name": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"cookies": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"proxy": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"maxIpsCount": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"maxProxyCount": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"protocolHeaders": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"ipHeaders": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"hostHeaders": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"pkg": {
|
||||
"name": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"version": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"description": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"private": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"dependencies": {
|
||||
"@types/socket.io": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"egg-cors": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"egg-jwt": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"egg-redis": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"egg-scripts": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"egg-socket.io": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"midway": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"@types/node": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"cross-env": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"egg-ci": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"midway-bin": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"midway-mock": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"ts-node": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"tslib": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"tslint": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"tslint-config-egg": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"typescript": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"stop": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"start_build": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"clean": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"dev": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"debug": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"test": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"cov": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"lint": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"ci": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"build": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"ci": {
|
||||
"version": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"midway-bin-clean": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"repository": {
|
||||
"type": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"url": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"author": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"license": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"baseDir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"HOME": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"rundir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js",
|
||||
"dump": {
|
||||
"ignore": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"confusedConfigurations": {
|
||||
"bodyparser": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"notFound": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"sitefile": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"middlewares": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"httpClient": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"notfound": {
|
||||
"pageUrl": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"siteFile": {
|
||||
"/favicon.ico": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"bodyParser": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"encoding": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"formLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"jsonLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"textLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"strict": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"queryString": {
|
||||
"arrayLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"depth": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"parameterLimit": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"onerror": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"httpclient": {
|
||||
"enableDNSCache": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"dnsCacheLookupInterval": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"dnsCacheMaxLength": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"request": {
|
||||
"timeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"httpAgent": {
|
||||
"keepAlive": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"freeSocketTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"maxSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"maxFreeSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"httpsAgent": {
|
||||
"keepAlive": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"freeSocketTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"maxSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"maxFreeSockets": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"enable": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"logging": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"coreMiddleware": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"workerStartTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"serverTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"cluster": {
|
||||
"listen": {
|
||||
"path": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"port": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"hostname": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
}
|
||||
},
|
||||
"clusterClient": {
|
||||
"maxWaitTime": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"responseTimeout": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js"
|
||||
},
|
||||
"onClientError": "E:\\self\\2020\\project\\game-node-center\\node_modules\\egg\\config\\config.default.js",
|
||||
"pluginOverwrite": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js",
|
||||
"container": {
|
||||
"ignore": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js"
|
||||
},
|
||||
"alinode": {
|
||||
"logdir": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js",
|
||||
"error_log": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js",
|
||||
"packages": "E:\\self\\2020\\project\\game-node-center\\node_modules\\midway-web\\config\\config.default.js"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"userController" [ label = "userController(UserController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"userController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"nspController" [ label = "nspController(NspController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"app";
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"nspController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"nspController" -> "app" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"authMiddleware" [ label = "authMiddleware(authMiddleware)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"authMiddleware" [ label = "authMiddleware(authMiddleware)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user