12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
-
- "appType": "Controllers",
-
- "urls": [ "http://*:8000" ],
-
- "corUrls": [ "http://localhost:9000", "http://127.0.0.1:9000" ],
-
- "assemblyNames": [ "ZhonTai.Admin" ],
-
- "tenant": true,
-
- "distributeKey": "",
-
- "validate": {
-
- "login": true,
-
- "permission": true
- },
-
- "swagger": {
-
- "enable": true,
-
- "routePrefix": "swagger",
-
- "url": "http://localhost:8000",
- "projects": [
- {
- "name": "中台Admin",
- "code": "admin",
- "version": "v2.3.3",
- "description": ""
- }
- ]
- },
-
- "apiUI": {
-
- "enable": true,
-
- "routePrefix": "",
-
- "footer": {
- "enable": false,
- "content": "Copyright<a-icon type=\"copyright\" /> 2022-<a target=\"_blank\" href=\"https://www.zhontai.net\">中台Admin</a>"
- }
- },
-
- "miniProfiler": false,
-
- "identityServer": {
-
- "enable": false,
-
- "url": "https://login.zhontai.net"
- },
-
- "aop": {
-
- "transaction": true
- },
-
- "log": {
-
- "operation": true
- },
-
- "rateLimit": false,
-
- "varifyCode": {
-
- "enable": false,
-
- "fonts": [ "Times New Roman", "Verdana", "Arial", "Gungsuh", "Impact" ]
- },
-
- "defaultPassword": "111111",
-
- "dynamicApi": {
-
- "formatResult": true
- }
- }
|