Skip to content

Commit 0b89034

Browse files
fix(config): correct datasource URL case in application.yml
1 parent a589f7c commit 0b89034

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ spring:
22
application:
33
name: AiFoodApp
44

5-
# Datasource (para a aplica��o)
65
datasource:
7-
url: ${DB_URL:jdbc:postgresql://localhost:5431/foodDB}
6+
url: ${DB_URL:jdbc:postgresql://localhost:5431/fooddb}
87
username: ${DB_USERNAME:postgres}
98
password: ${DB_PASSWORD:postgres}
109
driver-class-name: org.postgresql.Driver

0 commit comments

Comments
 (0)