Skip to content
Snippets Groups Projects
application.properties 115 B
Newer Older
Phil Winder's avatar
Phil Winder committed
server.port=${port:8081}
spring.data.mongodb.uri=mongodb://${db:cart-db}:27017/data
endpoints.health.enabled=false