|
- {
- "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning",
- "Microsoft.EntityFrameworkCore": "Information"
- }
- },
- "AllowedHosts": "*",
- "baseurl": "http://localhost:5006/",
- "ConnectionConfigs": [
- {
- "ConnectionString": "server=10.2.1.21;Database=bpa_kitchen_kitchenmanage;Uid=root;Pwd=cygadmin;Allow Zero Datetime=True;Convert Zero Datetime=True;",
- "DbType": "Mysql",
- "IsAutoCloseConnection": true
- }
- ],
- "dev1_brokerHostSettings": {
- "Port": 1883,
- "Host": "10.2.1.21"
- },
- "MqttClientSettings": {
- "UserName": "emqx_u_block",
- "Password": "emqx_p_admin8765490789"
- }
- }
|