Skip to content

Commit

Permalink
Addition of new properties for port and host.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidorellana98 committed Dec 29, 2022
1 parent 24aed29 commit 1dca7bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ El proyecto fue realizado siguiendo las buenas prácticas de programación, adem
* Jwt y Spring Security
* Test unitarios con JUnit y Mockito
* Documentación con Swagger
* Integración Continua (CI) y Entrega Continua (CD) con Github Actions y [Railway](https://railway.app/)
* Integración Continua (CI) y Entrega Continua (CD) con Github Actions
* [Railway](https://railway.app/) | PaaS para publicación de la Api

## Documentación con Swagger

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ logging.level.org.springframework.data.mongodb.core.MongoTemplate=DEBUG
logging.level.org.springframework.data.mongodb.repository.Query=DEBUG
spring.data.mongodb.auto-index-creation=true
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.data.mongodb.host=hostIpOnWhichMongoIsRunning
spring.data.mongodb.port=27017
KEY_SECRET=${KEY_SECRET}

0 comments on commit 1dca7bb

Please sign in to comment.