Skip to content

Commit 074d994

Browse files
authored
Update application.properties (#35)
1 parent aa34f78 commit 074d994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
server.port=8082
1+
server.port=${APPLICATION_PORT}
22
spring.data.mongodb.uri=${MONGODB_URI}
33
spring.data.mongodb.database=HRV-Mart-Backend-Auth
44
spring.kafka.producer.bootstrap-servers= localhost:9092
55
spring.kafka.producer.key-serializer= org.apache.kafka.common.serialization.StringSerializer
66
spring.kafka.producer.value-serializer= org.springframework.kafka.support.serializer.JsonSerializer
7-
spring.kafka.consumer.group-id=user
7+
spring.kafka.consumer.group-id=user

0 commit comments

Comments
 (0)