We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a589f7c commit 0b89034Copy full SHA for 0b89034
src/main/resources/application.yml
@@ -2,9 +2,8 @@ spring:
2
application:
3
name: AiFoodApp
4
5
- # Datasource (para a aplica��o)
6
datasource:
7
- url: ${DB_URL:jdbc:postgresql://localhost:5431/foodDB}
+ url: ${DB_URL:jdbc:postgresql://localhost:5431/fooddb}
8
username: ${DB_USERNAME:postgres}
9
password: ${DB_PASSWORD:postgres}
10
driver-class-name: org.postgresql.Driver
0 commit comments