-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Edith Soares
committed
May 19, 2021
1 parent
101bd4a
commit f468579
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
Submodule finalchallenger-api
added at
5259bc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
## --------- Configuração banco MySql --------- | ||
|
||
spring.datasource.url=mysql://b66ed712bc811c:[email protected]/heroku_26b0e4901d71f24?reconnect=true | ||
#spring.datasource.username=root | ||
#spring.datasource.password=edith123 | ||
#spring.jpa.hibernate.ddl-auto=update | ||
spring.datasource.username=b66ed712bc811c | ||
spring.datasource.password=070eab02 | ||
spring.jpa.hibernate.ddl-auto=update | ||
|
||
## Hibernate Properties | ||
# The SQL dialect makes Hibernate generate better SQL for the chosen database | ||
|