diff options
Diffstat (limited to 'src/main/resources/confagent.properties')
| -rw-r--r-- | src/main/resources/confagent.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/confagent.properties b/src/main/resources/confagent.properties new file mode 100644 index 0000000..ea5af50 --- /dev/null +++ b/src/main/resources/confagent.properties @@ -0,0 +1,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 * * * * ?
\ No newline at end of file |
