{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "VirtualPath": { "StaticFile": "E:\\Web\\BeefStatic", //���õ�����Ŀ¼�ļ�����·�� "FolderName": "/Static" //����ʱ��·��ʱ�ı��� }, "AppUrls": { }, "Connection": { "DBType": "MsSql", //MySql/MsSql/PgSql //���ݿ����ͣ����ʹ�õ���sqlserver�˴�Ӧ����ΪMsSql //sqlserver�����ַ��� //"DbConnectionString": "Data Source=192.168.12.235;Initial Catalog=GFWCSDB;Persist Security Info=True;User ID=sa;Password=sa123456;Connect Timeout=500;", "DbConnectionString": "Data Source=.;Initial Catalog=GFWCSDB;Persist Security Info=True;User ID=sa;Password=sa123456;Connect Timeout=500;", //mysql�����ַ���(����EFCore3.1��ʱ�ѽ�mysql�����ַ����޸�,2019-12-20) // "DbConnectionString": " Data Source=127.0.0.1;Database=netcoredev;User ID=root;Password=sa123456;allowPublicKeyRetrieval=true;pooling=true;CharSet=utf8;port=3306;sslmode=none;", //PgSql�����ַ��� // "DbConnectionString": "Host=132.232.2.109;Port=5432;User id=postgres;password=jxx_abcd;Database=netcoredev;", "RedisConnectionString": "127.0.0.1,Password=sa123456,SyncTimeout=15000", //redis�����ַ���(��ü���) "UseRedis": "false" //�Ƿ�ʹ��redis�������ʹ�ã�Ĭ��ʹ��Memory���û��� }, "Secret": { //��Կ���� "JWT": "BB3647441FFA4B5DB4E64A29B53CE525", //JWT "Audience": "WIDESEA_Core", "Issuer": "WIDESEA_Core.owner", "User": "C5ABA9E202D94C43A3CA66002BF77FAF", // "DB": "3F8B7B38AD3D484A89ACA513CBD79F36", "Redis": "E6D90DDBC70C4F4EA3C312B6FCB473C8" }, "upperMaterURL": "http://192.168.12.212:9003/api/GhAgv/EquipFeeding", "lowerMaterURL": "http://192.168.12.212:9003/api/GhAgv/EquipUnloading", "BindMaterURL": "http://localhost:44344/api/GhAgv/BindMaterialDevid", "StockChangeURL": "http://192.168.12.212:44344/api/GhAgv/AgvStockChange", "AgvStatusURL": "http://localhost:44344/api/GhAgv/UploadAgvStatus", "StockMaterBindsURL": "http://192.168.12.212:9003/api/WMS/InStockMaterBind", "NeedStoskURL": "http://192.168.12.212:9003/api/WMS/OutNeedStosk", "StockMaterMoveURL": "http://192.168.12.212:9003/api/WMS/OutStockMaterMove", "BakingFeedingBindingURL": "http://192.168.12.212:9003/api/WMS/BakingFeedingBinding", "PreTaskURL": "http://192.168.12.212:9003/api/WMS/PreTask", "RescheduleURL": "http://192.168.12.212:9003/api/WMS/Reschedule", ////���� //"upperMaterURL": "http://192.168.12.244:9003/api/GhAgv/EquipFeeding", //"lowerMaterURL": "http://192.168.12.244:9003/api/GhAgv/EquipUnloading", //"BindMaterURL": "http://localhost:44344/api/GhAgv/BindMaterialDevid", //"StockChangeURL": "http://192.168.12.244:44344/api/GhAgv/AgvStockChange", //"AgvStatusURL": "http://localhost:44344/api/GhAgv/UploadAgvStatus", //"StockMaterBindsURL": "http://192.168.12.244:9003/api/WMS/InStockMaterBind", //"NeedStoskURL": "http://192.168.12.244:9003/api/WMS/OutNeedStosk", //"StockMaterMoveURL": "http://192.168.12.244:9003/api/WMS/OutStockMaterMove", //"BakingFeedingBindingURL": "http://192.168.12.244:9003/api/WMS/BakingFeedingBinding", //================�������� (CORS)����(2019-12-20����)�� //================.netcore3.1�������ô�����,���url�ö��Ÿ��,urlΪvueվ��ĵ�ַ�����Խ�������ĵ�ַҲͬʱ������ "CorsUrls": "http://localhost:8081,http://localhost:8080,http://127.0.0.1:8081,http://127.0.0.1:8080,http://127.0.0.1:8098,http://localhost:8098", "ExpMinutes": "120", //JWT��Ч��(����=Ĭ��120), "CreateMember": { //�Ա��������ʱ����Ҫ��¼������/����ʱ��/��������,����UserIdField/UserNameField/DateField�ֱ�Ϊ��Ӧ���ݿ�Ĵ�����CreateID,������Creator,����ʱ��CreateDate�ֶ�(�½�����ʱ,�ɿ��Ĭ����ɸ��⼸���ֶθ�ֵ,�ֶ����ִ�Сд)����ֶ�����T.SetCreateDefaultVal()������ô�����/����ʱ��/�������� //������������GUID�������ѯʱĬ�ϻ��õ�DateField��Ӧ��ʵ��(���ݿ�)�ֶν������� "UserIdField": "CreateID", "UserNameField": "Creator", "DateField": "CreateDate" }, "ModifyMember": { //�޸�ͬ�� "UserIdField": "ModifyID", "UserNameField": "Modifier", "DateField": "ModifyDate" }, //��ʾϵͳ����Action��ֻ�г�������Ա���ܲ����������û�ֻ��ֻ��Ȩ�� "GlobalFilter": { "Message": "��ʾ����,��ǰ�ʺ�û�п���˹���Ȩ��", "Enable": "false", //����Action���� "Actions": [ "Update", "Del", "Add", "SavePermission", "Save", "CreatePage", "CreateVuePage", "CreateEntityModel", "SaveEidt", "CreateServices", "Import", "Upload", "Audit", "ModifyPwd" ] }, "MESURL": "http://10.65.16.135:9011/api/GhAgv/UploadAgvData" }