Skip to content

Commit 3854e5d

Browse files
committed
376 config - add default to prevent startup failure (property is optional but expression resolution causes exception if env variable is not set)
1 parent 6722b0a commit 3854e5d

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
@@ -115,7 +115,7 @@ spring:
115115
jmx:
116116
enabled: false
117117
mail:
118-
host: ${bytechef.mail.host}
118+
host: ${bytechef.mail.host:localhost}
119119
port: ${bytechef.mail.port:25}
120120
username: ${bytechef.mail.username}
121121
password: ${bytechef.mail.password}

0 commit comments

Comments
 (0)