Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
astenstrasser committed May 25, 2020
1 parent cd360bf commit 1b76f47
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ e este projeto segue o padrão de [Versionamento Semântico](https://semver.org/

## Unreleased

### Added
- Codecov [#46](https://github.com/hackathon-da-diversidade/agencia-compromisso/pull/46)

## [1.0.0] - 2020-05-21

### Added
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

[![codecov](https://codecov.io/gh/hackathon-da-diversidade/agencia-compromisso/branch/master/graph/badge.svg)](https://codecov.io/gh/hackathon-da-diversidade/agencia-compromisso)
[![hackathon-da-diversidade](https://circleci.com/gh/hackathon-da-diversidade/agencia-compromisso.svg?style=shield)](https://circleci.com/gh/hackathon-da-diversidade/agencia-compromisso)


# Agência Compromisso
Expand Down Expand Up @@ -31,7 +32,7 @@ Após o evento, algumas pessoas seguiram trabalhando na iniciativa que tem como

Para rodar a aplicação você precisa:

* [JDK 13](https://www.oracle.com/technetwork/java/javase/downloads/jdk13-downloads-5672538.html)
* [JDK 14](https://www.oracle.com/java/technologies/javase-jdk14-downloads.html)
* [Gradle](https://gradle.org/)

## Rodar aplicação
Expand Down
8 changes: 6 additions & 2 deletions bin/main/application.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#mongodb
# MongoDB
spring.data.mongodb.uri=${MONGODB_URI:mongodb://localhost:27017}
spring.data.mongodb.database=${MONGODB_DATABASE:agenciaCompromisso}

#logging
# Logging
logging.level.org.springframework.data=debug
logging.level.=error

# Settings
settings.cors.origins=http://localhost:3000,https://agencia-compromisso-stg.herokuapp.com,https://agencia-compromisso.herokuapp.com
settings.app.environment=${APP_ENV:local}

0 comments on commit 1b76f47

Please sign in to comment.