Spaces:
Sleeping
Sleeping
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=
|
| 34 |
-
spring.mail.password=
|
| 35 |
|
| 36 |
# JPA configuration
|
| 37 |
-
spring.jpa.hibernate.ddl-auto=
|
| 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 |
|