1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
| {
| "Logging": {
| "LogLevel": {
| "Default": "Information",
| "Microsoft": "Warning",
| "Microsoft.Hosting.Lifetime": "Information"
| }
| },
| "AllowedHosts": "*",
| "VirtualPath": {
| "StaticFile": "E:\\Web\\BeefStatic",
| "FolderName": "/Static"
| },
| "AppUrls": {},
| //P@ssw0rd
| "Connection": {
| "DBType": "MsSql",
| "DbConnectionString": "Data Source=192.168.20.248;Initial Catalog=JMYW_WCSDB;Persist Security Info=True;User ID=sa1;Password=123456;Connect Timeout=500;",
| "RedisConnectionString": "127.0.0.1,Password=123456,SyncTimeout=15000",
| "UseRedis": "false"
| },
| "Secret": {
| "JWT": "BB3647441FFA4B5DB4E64A29B53CE525",
| "Audience": "WIDESEA_Core",
| "Issuer": "WIDESEA_Core.owner",
| "User": "C5ABA9E202D94C43A3CA66002BF77FAF",
| "DB": "3F8B7B38AD3D484A89ACA513CBD79F36",
| "Redis": "E6D90DDBC70C4F4EA3C312B6FCB473C8"
| },
| "CorsUrls": "http://localhost:8080,http://127.0.0.1:8080,http://localhost:8082,http://localhost:8081,http://localhost:8080,http://127.0.0.1:8081,http://127.0.0.1:8082,http://192.168.12.110:8081,http://www.volcore.xyz,http://172.20.200.2:8081,http://192.168.0.100:8082/",
| "ExpMinutes": "120",
| "CreateMember": {
| "UserIdField": "CreateID",
| "UserNameField": "Creator",
| "DateField": "CreateDate"
| },
| "ModifyMember": {
| "UserIdField": "ModifyID",
| "UserNameField": "Modifier",
| "DateField": "ModifyDate"
| },
| "GlobalFilter": {
| "Message": "��ʾ����,��ǰ�ʺ�û�п���˹���Ȩ��",
| "Enable": "false",
| "Actions": [
| "Update",
| "Del",
| "Add",
| "SavePermission",
| "Save",
| "CreatePage",
| "CreateVuePage",
| "CreateEntityModel",
| "SaveEidt",
| "CreateServices",
| "Import",
| "Upload",
| "Audit",
| "ModifyPwd"
| ]
| }
| }
|
|