123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
-
- "appType": "Controllers",
-
- "urls": [ "http://*:7000" ],
-
- "corUrls": [],
-
- "assemblyNames": [ "ZhonTai.Admin" ],
-
- "tenant": true,
-
- "distributeKey": "",
-
- "validate": {
-
- "login": true,
-
- "permission": true,
-
- "dataPermission": true
- },
-
- "swagger": {
-
- "enable": true,
-
- "enableEnumSchemaFilter": true,
-
- "enableOrderTagsDocumentFilter": true,
-
- "enableJsonStringEnumConverter": false,
-
- "enableSchemaIdNamespace": false,
-
- "assemblyNameList": [],
-
- "routePrefix": "admin/swagger",
-
- "url": "http://localhost:7000",
- "projects": [
- {
- "name": "中台Admin",
- "code": "admin",
- "version": "v3.6.5",
- "description": ""
- }
- ]
- },
-
- "apiUI": {
-
- "enable": true,
-
- "routePrefix": "admin",
-
- "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://localhost:5000",
-
- "requireHttpsMetadata": true,
-
- "audience": "admin.server.api"
- },
-
- "aop": {
-
- "transaction": true
- },
-
- "log": {
-
- "operation": true
- },
-
- "rateLimit": false,
-
- "varifyCode": {
-
- "enable": true,
-
- "fonts": [ "Times New Roman", "Verdana", "Arial", "Gungsuh", "Impact" ]
- },
-
- "defaultPassword": "111111",
-
- "dynamicApi": {
-
- "formatResult": true
- },
-
- "passwordHasher": false,
-
- "maxRequestBodySize": 104857600,
-
- "healthChecks": {
-
- "enable": true,
-
- "path": "/admin/health"
- }
- }
|