Skip to content

Commit

Permalink
modify application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaimaaeROUAI committed Apr 4, 2024
1 parent 6ee1c3f commit a984474
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/orders/app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ mushop:
orders: ${ORDERS_NEW:mushop-orders}
shipments: ${ORDERS_SHIPPED:mushop-shipments}

# nats:
# addresses:
# - nats://${NATS_HOST:localhost}:${NATS_PORT:4222}
nats:
default:
server: nats://${NATS_HOST:localhost}:${NATS_PORT:4222}
addresses:
- nats://${NATS_HOST:localhost}:${NATS_PORT:4222}
# nats:
# default:
# server: nats://${NATS_HOST:localhost}:${NATS_PORT:4222}

jpa:
default:
Expand Down

0 comments on commit a984474

Please sign in to comment.