基础服务api
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
537 B

  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. "Logging": {
  4. "LogLevel": {
  5. "Default": "Information",
  6. "Microsoft.AspNetCore": "Warning",
  7. "Microsoft.EntityFrameworkCore": "Information"
  8. }
  9. },
  10. "AllowedHosts": "*",
  11. "ConnectionConfigs": [
  12. {
  13. "ConnectionString": "server=10.2.1.21;Database=bpa_kitchen_manage;Uid=root;Pwd=cygadmin;Allow Zero Datetime=True;Convert Zero Datetime=True;",
  14. "DbType": "Mysql",
  15. "IsAutoCloseConnection": true
  16. }
  17. ]
  18. }