Skip to content

Commit dbf4fbc

Browse files
committed
376 - Fix spel expression
1 parent 6adaf9a commit dbf4fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ spring:
118118
host: ${bytechef.mail.host}
119119
port: ${bytechef.mail.port:25}
120120
username: ${bytechef.mail.username}
121-
password: {bytechef.mail.password}
121+
password: ${bytechef.mail.password}
122122
properties:
123123
mail:
124124
smtp:

0 commit comments

Comments
 (0)