blob: ea5af50936f349f5e1270c77d412f8fd099805c7 (
plain)
1
2
3
4
5
6
7
8
9
|
jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://192.168.40.247:3306/nz?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false
jdbc.username=root
jdbc.password=111111
ipaddr=192.168.10.15
ymlPath=F:/prometheus.yml
prometheusPort=9090
job.cron=0/30 * * * * ?
|