Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo-ingenito committed Dec 16, 2024
1 parent 91364e1 commit 251c47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ kafka.properties.request.timeout.ms=
kafka.oauth.tenantId=${TENANT_ID}
kafka.oauth.appId=${APP_ID}
kafka.oauth.pfxPathName=${PFX_NAME_RESOURCE_PATH}
kafka.oauth.pwd=${PWD}
kafka.oauth.pwd=${PFX_PASSWORD}
####### KAFKA PRODUCER SETTINGS ################
kafka.producer.client-id=springboot-gtw-dispatcher
kafka.producer.retries=5
Expand Down

0 comments on commit 251c47b

Please sign in to comment.