Skip to content

Commit

Permalink
fixing greeting default
Browse files Browse the repository at this point in the history
  • Loading branch information
corey-aloia committed Jan 18, 2024
1 parent 9f3c222 commit 431bf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/inbucket/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extraEnv:
INBUCKET_WEB_ADDR: "0.0.0.0:9000"
INBUCKET_WEB_BASEPATH: ""
INBUCKET_WEB_UIDIR: "ui"
INBUCKET_WEB_GREETINGFILE: "ui/greeting.html"
INBUCKET_WEB_GREETINGFILE: "/config/greeting.html"
INBUCKET_WEB_TEMPLATECACHE: "true"
INBUCKET_WEB_MAILBOXPROMPT: "@inbucket"
INBUCKET_WEB_COOKIEAUTHKEY: ""
Expand Down

0 comments on commit 431bf8f

Please sign in to comment.