all repos — auth-boilerplate @ 11306ab298ac8d3dcc76c08302590f317dbc7b55

A simple Go web-app boilerplate.

.env.example (view raw)

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