Skip to content

Commit

Permalink
hotfix: fix workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoMeireles55 committed Jan 26, 2025
1 parent 8819a92 commit 81077ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions src/main/resources/application-local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ logging.level.leonardo=DEBUG
# ===============================
# = MANAGEMENT CONFIGURATION
# ===============================
management.endpoints.web.exposure.include=*
management.endpoint.health.show-details=always
management.endpoints.web.exposure.include=health
management.endpoint.health.show-details=never
management.health.ssl.enabled=false
management.health.email.enabled=false

# ===============================
# = DATABASE CONFIGURATION
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ server.error.include-stacktrace=never
# = LOGGING CONFIGURATION
# ===============================
logging.level.leonardo=DEBUG
spring.mail.properties.mail.debug=true

# ===============================
# = MONITORING
Expand Down Expand Up @@ -37,9 +38,7 @@ spring.mail.password=${SPRING_MAIL_PASSWORD}
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=true
spring.mail.properties.mail.smtp.ssl.trust=smtp.gmail.com
spring.mail.properties.mail.smtp.connectiontimeout=5000
spring.mail.properties.mail.smtp.timeout=5000
spring.mail.properties.mail.smtp.writetimeout=5000
email.to.send.list=${EMAIL_TO_SEND_LIST}

# ===============================
Expand Down
6 changes: 4 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ logging.file.name=logging_file.log
# ===============================
# = MONITORING
# ===============================
management.endpoints.web.exposure.include=*
management.endpoint.health.show-details=always
management.endpoints.web.exposure.include=health
management.endpoint.health.show-details=never
management.health.ssl.enabled=false
management.health.email.enabled=false

# ===============================
# = DATABASE CONFIGURATION
Expand Down

0 comments on commit 81077ff

Please sign in to comment.