Skip to content

Commit 363861c

Browse files
author
JEstebanC
committed
Working on local machine
1 parent 7653ecc commit 363861c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/main/resources/application.properties

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ server.servlet.context-path=/api/v1
55
#[PostgreSQL Configuration]
66
spring.jpa.database=POSTGRESQL
77
spring.sql.init.platform=postgres
8-
spring.datasource.url=jdbc:postgresql://dbfastfoodapp.postgres.database.azure.com:5432/FastFood?user=FastFoodApp&password=AzureJeDev99&sslmode=require
9-
spring.jpa.show-sql=false
8+
spring.datasource.url=jdbc:postgresql://localhost:5432/FastFood
9+
spring.datasource.username=postgres
10+
spring.datasource.password=123
11+
spring.jpa.show-sql=true
1012
spring.jpa.generate-ddl=true
11-
spring.jpa.hibernate.ddl-auto=update
13+
spring.jpa.hibernate.ddl-auto=create-drop
1214
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
1315

16+
1417
spring.mail.host = smtp.gmail.com
1518
spring.mail.protocol=smtp
1619
spring.mail.port = 587

0 commit comments

Comments
 (0)