Skip to content

Commit 6722b0a

Browse files
committed
376 config - align naming with spring
1 parent 3c982da commit 6722b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/apps/server-app/src/main/resources/config/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ spring:
122122
properties:
123123
mail:
124124
smtp:
125-
auth: ${bytechef.mail.auth:false}
125+
auth: ${bytechef.mail.smtp.auth:false}
126126
starttls:
127-
enable: ${bytechef.mail.tls.starttls.enable:false}
127+
enable: ${bytechef.mail.smtp.starttls.enable:false}
128128
required: ${bytechef.mail.smtp.starttls.required:false}
129129
liquibase:
130130
contexts: mono, #spring.profiles.active#

0 commit comments

Comments
 (0)