using https for auction house link
This commit is contained in:
parent
6fe4b4dfbe
commit
e3768280ac
|
@ -58,7 +58,7 @@ public class TapasAuctionHouseApplication {
|
|||
private static void bootstrapMarketplaceWithMqtt() {
|
||||
try {
|
||||
String broker = ENVIRONMENT.getProperty("mqtt.broker.uri");
|
||||
|
||||
LOGGER.info("Bootstrapping Mqtt");
|
||||
if (broker == null) {
|
||||
broker = DEFAULT_MQTT_BROKER;
|
||||
LOGGER.info("No MQTT broker was set in application.propreties, going with default: "
|
||||
|
|
|
@ -32,7 +32,7 @@ public class AddBidWebController {
|
|||
new Bid.BidderTaskListUri(URI.create(payload.getBidderTaskListUri()))
|
||||
));
|
||||
|
||||
LOGGER.info("Bid received", payload);
|
||||
LOGGER.info("Bid received:" + payload);
|
||||
|
||||
BidReceivedHandler bidReceivedHandler = new BidReceivedHandler();
|
||||
bidReceivedHandler.handleNewBidReceivedEvent(bidReceivedEvent);
|
||||
|
|
|
@ -4,7 +4,7 @@ websub.hub=https://websub.appspot.com/
|
|||
websub.hub.publish=https://websub.appspot.com/
|
||||
|
||||
group=tapas-group-tutors
|
||||
auction.house.uri=http://tapas-auction-house.86-119-35-40.nip.io
|
||||
auction.house.uri=https://tapas-auction-house.86-119-35-40.nip.io
|
||||
tasks.list.uri=http://localhost:8081
|
||||
|
||||
application.environment=development
|
||||
|
|
Loading…
Reference in New Issue
Block a user