QPAT commited on
Commit
391713f
·
verified ·
1 Parent(s): 6237de7

Update src/main/resources/application.properties

Browse files
src/main/resources/application.properties CHANGED
@@ -30,11 +30,11 @@ spring.datasource.url=${SPRING_DATASOURCE_URL}
30
  # SMPT EMAIL
31
  spring.mail.host=smtp.gmail.com
32
  spring.mail.port=587
33
- spring.mail.username=donhatquang401@gmail.com
34
- spring.mail.password=lzzxdgzmirxdwqdv
35
 
36
  # JPA configuration
37
- spring.jpa.hibernate.ddl-auto=create
38
  spring.jpa.show-sql=true
39
 
40
 
 
30
  # SMPT EMAIL
31
  spring.mail.host=smtp.gmail.com
32
  spring.mail.port=587
33
+ spring.mail.username=${SPRING_MAIL_USERNAME}
34
+ spring.mail.password=${SPRING_MAIL_PASSWORD}
35
 
36
  # JPA configuration
37
+ spring.jpa.hibernate.ddl-auto=update
38
  spring.jpa.show-sql=true
39
 
40