all repos

onasty @ 1109627ed4e02aea614e6f459d3bd9fa87d259cb

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>'