25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

27 lines
909 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. "SAAS_Manage": "http://192.168.1.19:5006/",
  12. "SAAS_KitManage": "http://192.168.1.19:5007/",
  13. "ConnectionConfigs": [
  14. {
  15. "ConnectionString": "server=10.2.1.21;Database=bpa_kitchen_kitchenorder;Uid=root;Pwd=cygadmin;Allow Zero Datetime=True;Convert Zero Datetime=True;",
  16. "DbType": "Mysql",
  17. "IsAutoCloseConnection": true
  18. }
  19. ],
  20. "ConnectionConfigslog": [
  21. {
  22. "ConnectionString": "server=10.2.1.21;Database=bpa_kitchen_kitchenlog;Uid=root;Pwd=cygadmin;Allow Zero Datetime=True;Convert Zero Datetime=True;",
  23. "DbType": "Mysql",
  24. "IsAutoCloseConnection": true
  25. }
  26. ]
  27. }