File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,15 @@ server.servlet.context-path=/api/v1
5
5
# [PostgreSQL Configuration]
6
6
spring.jpa.database =POSTGRESQL
7
7
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
10
12
spring.jpa.generate-ddl =true
11
- spring.jpa.hibernate.ddl-auto =update
13
+ spring.jpa.hibernate.ddl-auto =create-drop
12
14
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation =true
13
15
16
+
14
17
spring.mail.host = smtp.gmail.com
15
18
spring.mail.protocol =smtp
16
19
spring.mail.port = 587
You can’t perform that action at this time.
0 commit comments