Commit 5a26bf8a authored by Anesa Fazlagić's avatar Anesa Fazlagić Committed by Miroslav Rouča
Browse files

added prometheus for the microservices in docker

parent baa08e47
Loading
Loading
Loading
Loading
+3 −4
Original line number Original line Diff line number Diff line
@@ -3,8 +3,8 @@ server:


spring:
spring:
  mail:
  mail:
    password: ahhljynfvlawkfmj
    password: #TODO
    username: springbootmr@gmail.com
    username: #TODO
    host: smtp.gmail.com
    host: smtp.gmail.com
    port: 587
    port: 587
    protocol: smtp
    protocol: smtp
@@ -30,4 +30,3 @@ management:
    web:
    web:
      exposure:
      exposure:
        include: '*'
        include: '*'
 No newline at end of file