all repos

onasty @ f70998b1265ac6ddf3530f3b1d70d36a497ab392

a one-time notes service

onasty/mailer/.env.example(view raw)

1
2
3
4
5
6
7
8
9
10
APP_URL=http://localhost:8000
NATS_URL="nats:4222"
METRICS_ENABLED=true
METRICS_PORT=8001
LOG_LEVEL=debug
LOG_FORMAT=text
LOG_SHOW_LINE=true
MAILGUN_FROM=onasty@mail.com
MAILGUN_DOMAI='<domain>'
MAILGUN_API_KEY='<token>'