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.

95 lines
3.8 KiB

1 year ago
1 year ago
1 year ago
1 year ago
  1. appId=athena
  2. configCenterUrl=@configCenterUrl@
  3. configPolicy=@configPolicy@
  4. isRemoteConfigOn=@isRemoteConfigOn@
  5. isGroupConfigOn=@isGroupConfigOn@
  6. configGroup=@configGroup@
  7. #APPIMAGENAME=@APPIMAGENAME@
  8. #PLATFORM=@PLATFORM@
  9. #SMALLVERSION=@SMALLVERSION@
  10. #springConfigFileNames=xxx.xml,xxx.xml
  11. iamApToken=@iamApToken@
  12. dmcUserName=@dmcUserName@
  13. dmcPwd=@dmcPwd@
  14. dmcBucketName=@dmcBucketName@
  15. eaiRestfulUrl=@eaiRestfulUrl@
  16. eaiExceptionHandler=@eaiExceptionHandler@
  17. eaiUrl=@eaiUrl@
  18. eaiHostProdIsStandardProduct=@eaiHostProdIsStandardProduct@
  19. eaiAutoRegistrationEnable=true
  20. eaiHostUid=@eaiHostUid@
  21. eaiHostProd=@eaiHostProd@
  22. eaiHostId=@eaiHostId@
  23. eaiRestfulCustomId=@eaiRestfulCustomId@
  24. dbUrl=@dbUrl@
  25. dbUsername=@dbUsername@
  26. dbPassword=@dbPassword@
  27. scheduleEmailUsername=@scheduleEmailUsername@
  28. scheduleEmailPassword=@scheduleEmailPassword@
  29. scheduleEmailPort=@scheduleEmailPort@
  30. scheduleEmailSmtpHost=@scheduleEmailSmtpHost@
  31. scheduleRemoteInvocation=@scheduleRemoteInvocation@
  32. isScheduleJsonOutput=@isScheduleJsonOutput@
  33. thisDapUrl=@thisDapUrl@
  34. serverPort=@serverPort@
  35. tenantColumnname=@tenantColumnname@
  36. hybridCloudSaasUrl=@hybridCloudSaasUrl@
  37. #hybridCloudUrlSaas{apName}
  38. #OtherDapUrl{apName}
  39. #dao setting
  40. dwdaoCalculateMaxSeqFieldName=@dwdaoCalculateMaxSeqFieldName@
  41. dwdaoCalculateMaxSeqEnabled=@dwdaoCalculateMaxSeqEnabled@
  42. dwdaoSelectVersionFieldEnabled=@dwdaoSelectVersionFieldEnabled@
  43. #custom sql filter chain
  44. #example - false:com.digiwin.app.dao.filter.DWSQLManagementFieldFilter,
  45. dwsqlFilterChianCustom=@dwsqlFilterChianCustom@
  46. #management field enabled
  47. mgmtFieldEnabled=true
  48. #management field resolver class name
  49. #dap default resolver = com.digiwin.app.dao.filter.DWProfileManagementFieldResolver
  50. mgmtFieldResolver=com.digiwin.app.dao.filter.DWProfileManagementFieldResolver
  51. #management fields mappings
  52. #example - DATA_CREATED_BY:userId,DATA_MODIFY_BY:userId
  53. mgmtFieldInsertMappings=create_by:userId,modified_by:userId,create_date:$DATETIME
  54. mgmtFieldUpdateMappings=modified_by:userId,modified_date:$DATETIME
  55. mgmtFieldIgnoreCustomValue=false
  56. #Log file name id: Ex. Windows:_${env:COMPUTERNAME} Linux:_${env:HOSTNAME}
  57. logFileIdentifier=@logFileIdentifier@
  58. #\u9810\u8a2d\u503c\u5c07\u5728\u7570\u5e38\u56de\u61c9\u88e1\u8f38\u51faDebugInfo\u5b57\u6bb5\uff0c\u8a2d\u5b9a\u70bafalse\u503c\u8868\u793a\u4e0d\u8f38\u51fa\u8a72\u5b57\u6bb5
  59. dwExceptionOutputDebugInfo=@dwExceptionOutputDebugInfo@
  60. #\u662f\u5426\u555f\u7528\u670d\u52d9\u8abf\u7528\u934aSession Id\u8a18\u9304\u529f\u80fd\uff0c\u8a2d\u5b9atrue\u8868\u793a\u555f\u7528
  61. dwServiceChainEnabled=@dwServiceChainEnabled@
  62. #\u670d\u52d9\u8abf\u7528\u934a\u81ea\u8a02Id
  63. dwServiceChainCustomId=@dwServiceChainCustomId@
  64. #\u670d\u52d9\u8abf\u7528\u934a\u63a5\u6536\u4fe1\u606f\u6642\u6253\u5370\u5668\u985e\u578b
  65. dwServiceChainReceivedPrinterType=@dwServiceChainReceivedPrinterType@
  66. #DWJson enable empty string to null
  67. dwJsonEmptyStrToNullEnabled=@dwJsonEmptyStrToNullEnabled@
  68. #DWDao underscore-to-camel-case setting
  69. dwDaoUnderScoreToCamelCase=true
  70. #DWMq
  71. dwMqEnabled=@dwMqEnabled@
  72. dwMqProtocol=@dwMqProtocol@
  73. dwMqHost=@dwMqHost@
  74. dwMqPort=@dwMqPort@
  75. dap.json.date-time-format=@dapJsonDateTimeFormat@
  76. dap.json.number-processor-name=default
  77. dap.container.local.matcher.one-param=true
  78. spring.servlet.multipart.max-file-size=5Mb
  79. spring.servlet.multipart.max-request-size=5Mb
  80. #spring.rabbitmq.uri=amqp://athena:athena@192.168.137.10/athena
  81. spring.rabbitmq.uri=@spring.rabbitmq.uri@
  82. # ESP-SDk
  83. #domain.km=https://knowledgemaps-test.apps.digiwincloud.com.cn
  84. domain.km=@domain.km@
  85. #domain.esp=https://esp-test.apps.digiwincloud.com.cn
  86. domain.esp=@domain.esp@
  87. #domain.mdc=https://esp-test.apps.digiwincloud.com.cn
  88. domain.mdc=@domain.mdc@
  89. #domain.eoc=https://eoc-test.digiwincloud.com.cn
  90. domain.eoc=@domain.eoc@
  91. #domain.lmc=https://lmc-test.digiwincloud.com.cn
  92. domain.lmc=@lmcUrl@
  93. opt.mybatisPlus.enable=true