Skip to content

Commit f07091c

Browse files
committed
feat: add mailgun env variables
1 parent efeb30d commit f07091c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
DATABASE_URL="postgres://postgres@localhost/laskugeneraattori"
22
RUST_LOG=laskugeneraattori=debug,tower_http=debug,axum::rejection=trace
33
ATTACHMENT_PATH=.
4+
MAILGUN_URL="https://api.eu.mailgun.net/v3/laskutus.tietokilta.fi/messages"
5+
MAILGUN_USER="api"
6+
MAILGUN_PASSWORD=
7+
MAILGUN_TO="Rahastonhoitaja <rahastonhoitaja@tietokilta.fi>"
8+
MAILGUN_FROM="noreply@laskutus.tietokilta.fi"

0 commit comments

Comments
 (0)