all repos

onasty @ d4ca41d291d870555769c5e7c220f3e0e5c6ac8e

a one-time notes service

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

1
2
3
4
5
6
7
8
9
10
11
APP_URL=http://localhost:8000
FRONTEND_URL=http://localhost:1234
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>'