all repos — auth-boilerplate @ 16d9372b47e836a365f88331d564d1ac0cf8c25f

A simple Go web-app boilerplate.

.env.example (view raw)

1APP_PORT=3000
2APP_BASE_URL=http://localhost:3000
3APP_PEPPER=AnyRandomString
4APP_REGISTRATION_ENABLED=true
5APP_SMTP_EMAIL=your-address@gmail.com
6APP_SMTP_PASSWORD=yourpassword
7APP_SMTP_HOST=smtp.gmail.com
8APP_SMTP_PORT=587