diff --git a/docker-compose.env b/docker-compose.env index e182040..0326db9 100644 --- a/docker-compose.env +++ b/docker-compose.env @@ -1 +1,2 @@ -APP_NAME="Spring Web Service with MongoDB" \ No newline at end of file +APP_NAME=Spring Web Service with MongoDB +MONGODB_URI=mongodb://mongo:27017/spring-web-api \ No newline at end of file