Skip to content

Commit

Permalink
Create inventory-service.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximRom00 authored Dec 23, 2022
1 parent 72046f8 commit d1f9065
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config-repo/inventory-service.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
server:
port: 8083
spring:
data:
mongodb:
uri: mongodb://${mongo.host}/inventory-service
application:
name: inventory-service
mongo:
host: ${DOCKER_MONGO_HOST:localhost:27017}

0 comments on commit d1f9065

Please sign in to comment.