File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,7 @@ server.servlet.context-path=/api/v1
5
5
# [PostgreSQL Configuration]
6
6
spring.jpa.database =POSTGRESQL
7
7
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
13
9
spring.jpa.show-sql =false
14
10
spring.jpa.generate-ddl =true
15
11
spring.jpa.hibernate.ddl-auto =update
You can’t perform that action at this time.
0 commit comments