颐和api

appsettings.Development.json 2.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "Cors": "",
  3. "Logging": {
  4. "IncludeScopes": false,
  5. "LogLevel": {
  6. "Default": "Debug",
  7. "System": "Error",
  8. "Microsoft": "Error",
  9. "Steeltoe": "Error"
  10. }
  11. },
  12. "Jwt": {
  13. "Issuer": "HySignToken",
  14. "Audience": "HyCallCenterApi",
  15. "SecretKey": "HYBambooJIe256sdkDfjiTSkjienTGjnVcu85114udfhbudgdkfUh"
  16. },
  17. "mzupload": {
  18. "url": "http://192.168.0.1:28000/fileserverapi/api/upload",
  19. "params": "uploadtype=excel",
  20. "mbname": "���ﻼ��.xlsx",
  21. "mbkeys": "���߱���,��������,����,�Ա�,��������,֤������,���֤,��ϵ�绰,��������,�������,����ʱ��",
  22. "dbkeys": "hzcode,mzjzcode,mzhzname,mzhzxb,mzhzbirthday,mzhzzjtype,mzhzsfzcode,mzhzsfzcode,mzhzphone,mzhzjbname,mzhzjzdeptname,mzhzjztime"
  23. },
  24. "MongoConnection": {
  25. //"ConnectionString": "mongodb://root:123456@192.168.5.44:27017",
  26. //"Database": "madrunfabricdb_base" //madrunfabricdb_base madrunfabricdb
  27. //"ConnectionString": "mongodb://root:123456@192.168.56.1:27017",//����
  28. //"Database": "madrunfabricdb_base" //madrunfabricdb_base madrunfabricdb
  29. "ConnectionString": "mongodb://root:123456@192.168.5.44:27017", //����
  30. "Database": "yh"
  31. },
  32. "allprojectrole": "YWFJL|YWJL|YWZJ|CJGL|XTWH", //�鿴������Ŀ
  33. "Redis": {
  34. "HostName": "192.168.5.44",
  35. "Port": "6379",
  36. "Password": "",
  37. "Defaultdatabase": "1",
  38. "InstanceName": "device"
  39. },
  40. "spring": {
  41. "application": {
  42. "name": "testusertypeapi"
  43. }
  44. },
  45. "eureka": {
  46. "client": {
  47. "serviceUrl": "http://192.168.5.46:28100/eureka/"
  48. //"shouldFetchRegistry": false
  49. },
  50. "instance": {
  51. "preferIpAddress": true,
  52. //�������ʱ������,
  53. //�������ʱ��û�н��յ�����EurekaServer�ͻὫ���ʵ���޳� #ע�⣬EurekaServerһ��Ҫ����eureka.server.eviction-interval-timer-in-ms�������������Ч���������һ��Ϊ����ˢ��ʱ�����õ�����
  54. //Ĭ��90s ��ɾ��ʵ��֮ǰ��EurekaServer�ȴ���ʱ�䣬Ĭ��= 90��
  55. "leaseExpirationDurationInSeconds": 15,
  56. //����ˢ��ʱ�����ã�ÿ�����ʱ�����������һ��
  57. //Ĭ��30s �ͻ�����Ҫ����������Ƶ�ʣ�Ĭ��ֵ= 30s
  58. "leaseRenewalIntervalInSeconds": 5,
  59. "statusPageUrlPath": "/api/info",
  60. "port": 28340
  61. // Remove comments to enable SSL requests
  62. // More changes in Program.cs are required if using direct C2C communications
  63. //,"securePortEnabled": true
  64. }
  65. }
  66. }