Changeset 79a0317 for imaps-backend/backendRender/src/main/resources
- Timestamp:
- 01/21/25 03:08:24 (4 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- Location:
- imaps-backend/backendRender/src/main/resources
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-backend/backendRender/src/main/resources/application.properties
r0c6b92a r79a0317 1 spring.application.name=backendRender 2 spring.datasource.url=jdbc:postgresql://localhost:5432/imaps_prod 1 spring.application.name=imaps-backend 3 2 spring.datasource.username=${DB_USER} 4 3 spring.datasource.password=${DB_PASS} … … 8 7 spring.jpa.properties.hibernate.format_sql=true 9 8 9 10 11 spring.mail.host=smtp.gmail.com 12 spring.mail.port=587 13 spring.mail.username=${MAIL_NAME} 14 spring.mail.password=${MAIL_PASS} 15 spring.mail.properties.mail.smtp.auth=true 16 spring.mail.properties.mail.smtp.starttls.enable=true 17 18 spring.profiles.active=dev 10 19 logging.level.org.springframework.web=DEBUG 11 20
Note:
See TracChangeset
for help on using the changeset viewer.