|
- {
- "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning",
- "Microsoft.EntityFrameworkCore": "Information"
- }
- },
- "AllowedHosts": "*",
- "SAAS_Manage": "http://192.168.1.19:5006/",
- "SAAS_KitManage": "http://192.168.1.19:5007/",
- "ConnectionConfigs": [
- {
- "ConnectionString": "server=10.2.1.21;Database=bpa_kitchen_kitchenorder;Uid=root;Pwd=cygadmin;Allow Zero Datetime=True;Convert Zero Datetime=True;",
- "DbType": "Mysql",
- "IsAutoCloseConnection": true
- }
- ],
- "ConnectionConfigslog": [
- {
- "ConnectionString": "server=10.2.1.21;Database=bpa_kitchen_kitchenlog;Uid=root;Pwd=cygadmin;Allow Zero Datetime=True;Convert Zero Datetime=True;",
- "DbType": "Mysql",
- "IsAutoCloseConnection": true
- }
- ]
- }
|