copy from ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-daily.properties
copy to ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-prod.properties
文件从 ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-daily.properties 复制 |
| | |
| | | oms.env=DAILY |
| | | logging.config=classpath:logback-dev.xml |
| | | oms.env=prod |
| | | |
| | | ####### Database properties(Configure according to the the environment) ####### |
| | | spring.datasource.core.driver-class-name=com.mysql.cj.jdbc.Driver |
| | |
| | | #oms.alarm.ding.agent-id=847044348 |
| | | |
| | | ####### Resource cleaning properties ####### |
| | | oms.instanceinfo.retention=1 |
| | | oms.container.retention.local=1 |
| | | oms.instanceinfo.retention=7 |
| | | oms.container.retention.local=7 |
| | | oms.container.retention.remote=-1 |
| | | |
| | | ####### Cache properties ####### |
| | | oms.instance.metadata.cache.size=1024 |
| | | oms.instance.metadata.cache.size=2048 |
| | | |
| | | ####### Threshold in precise fetching server(0~100). 100 means full detection of server, in which ####### |
| | | ####### split-brain could be avoided while performance overhead would increase. ####### |