We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efeb30d commit f07091cCopy full SHA for f07091c
.env.example
@@ -1,3 +1,8 @@
1
DATABASE_URL="postgres://postgres@localhost/laskugeneraattori"
2
RUST_LOG=laskugeneraattori=debug,tower_http=debug,axum::rejection=trace
3
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