diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 1c3ba43..10ac083 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -20,12 +20,18 @@ log.output.format=console log.level=trace log.kafka-log.enable=true -kafka.bootstrap-servers=localhost:9092 +kafka.bootstrap-servers=localhost:29092 spring.sleuth.messaging.kafka.enabled=false -kafka.properties.security.protocol=SASL_PLAINTEXT -kafka.properties.sasl.mechanism=PLAIN -kafka.properties.sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username=\"$ConnectionString\" password=\"Endpoint=sb://localhost;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;\"; -kafka.properties.ssl.truststore.location=PLAINTEXT -kafka.properties.ssl.truststore.password=PLAINTEXT +kafka.properties.security.protocol=PLAINTEXT +kafka.properties.sasl.mechanism=PLAINTEXT +kafka.properties.sasl.jaas.config=PLAINTEXT kafka.log.base-topic=MDS-SA-0004_FU_001_LOG -kafka.producer.client-id=springboot-gtw-validator \ No newline at end of file +kafka.properties.ssl.truststore.location= +kafka.properties.ssl.truststore.password= +kafka.oauth.tenantId= +kafka.oauth.appId= +kafka.oauth.pfxPathName= +kafka.oauth.pwd= +########################### + +ms.url.gtw-config=http://localhost:8018 \ No newline at end of file