X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=docker%2Fapplication.properties;h=550ab65b954b014b9b412935246a3f9eb2f58f99;hb=af1e67a0599782ff01f2814ed115982b4dc89a15;hp=a1dd146e0849ac49b6477c1abdf0144e3b81c835;hpb=523573fa350f2c458093d02408b14947fe457e5a;p=demos%2Fkafka%2Ftraining diff --git a/docker/application.properties b/docker/application.properties index a1dd146..550ab65 100644 --- a/docker/application.properties +++ b/docker/application.properties @@ -3,7 +3,7 @@ # url and port where application is published server.port=8080 -public.url=http://localhost:8080 +public.url=http://localhost:8888 # enable/disable debug logging level debug=false @@ -12,14 +12,14 @@ debug=false server.servlet.session.timeout=21600 # admin user/password to manage KafkaCenter -spring.security.user.name=admin -spring.security.user.password=admin +spring.security.user.name=juplo +spring.security.user.password=juplo # url and user/password for mysql database # if remote, make sure the user has adequate privileges (google "mysql grant privileges") -spring.datasource.url=jdbc:mysql://127.0.0.1:3306/kafka_center?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC +spring.datasource.url=jdbc:mysql://mariadb:3306/kafka_center?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC spring.datasource.username=root -spring.datasource.password=123456 +spring.datasource.password=juplo # ---------------------------------------------- @@ -29,10 +29,10 @@ spring.datasource.password=123456 monitor.enable=true # statistic collection frequency -monitor.collect.period.minutes=5 +monitor.collect.period.minutes=1 # elasticsearch config -monitor.elasticsearch.hosts=localhost:9200 +monitor.elasticsearch.hosts=elasticsearch:9200 monitor.elasticsearch.index=kafka_center_monitor #monitor.elasticsearch.auth.user= #monitor.elasticsearch.auth.password= @@ -42,7 +42,7 @@ monitor.elasticsearch.index=kafka_center_monitor # ALERTS # enable/disable functionality to send consumer group lag alerts -alert.enable=false +alert.enable=true # url of alert service (leave empty for regular internal application) alert.service= @@ -73,7 +73,7 @@ spring.mail.username=KafkaCenter@xaecbd.com # KAFKA CONNECT # url where kafka connect is installed -connect.url=http://localhost:8000/#/ +connect.url=http://connect:8083/#/ # ---------------------------------------------- @@ -138,4 +138,4 @@ collect.connector.job.enable=false collect.connector.job.period.minutes=4 # alert group api for alert -alert.alarm.group.api= \ No newline at end of file +alert.alarm.group.api=