Skip to content

Commit 3b9c23d

Browse files
author
JEstebanC
committed
Deploy project azure
1 parent 53f9566 commit 3b9c23d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ server.servlet.context-path=/api/v1
55
#[PostgreSQL Configuration]
66
spring.jpa.database=POSTGRESQL
77
spring.sql.init.platform=postgres
8-
#Changed for local developmet as quotas of Azure are depleted
9-
#spring.datasource.url=jdbc:postgresql://dbfastfoodapp.postgres.database.azure.com:5432/FastFood?user=FastFoodApp&password=AzureJeDev99&sslmode=require
10-
spring.datasource.url=jdbc:postgresql://localhost:5432/FastFood
11-
spring.datasource.username=postgres
12-
spring.datasource.password=123
8+
spring.datasource.url=jdbc:postgresql://dbfastfoodapp.postgres.database.azure.com:5432/FastFood?user=FastFoodApp&password=AzureJeDev99&sslmode=require
139
spring.jpa.show-sql=false
1410
spring.jpa.generate-ddl=true
1511
spring.jpa.hibernate.ddl-auto=update

0 commit comments

Comments
 (0)