all repos — well-binge @ 55e48ab1355d3b02788c0881ffa8067493ecfb6b

Create positive, recurring habits.

README.md (view raw)

 1# well-binge
 2
 3Create positive habits, get reminders, quit addictions.
 4
 5
 6## Environment
 7
 8All environment variables are optional, but some features might be disabled depending on what you have set.
 9
10* `APP_PORT`: defaults to `3000`.
11* `APP_BASE_URL`: defaults to `http://localhost:<port>`.
12* `APP_PEPPER`: random string, used for password hashing.
13* `APP_REGISTRATION_ENABLED`: defaults to `true`.
14* `APP_SMTP_EMAIL`: email address you want to send mails from.
15* `APP_SMTP_PASSWORD`: password for said email address.
16* `APP_SMTP_HOST`: host for the SMTP server.
17* `APP_SMTP_PORT`: port for the SMTP server.
18
19This application also looks for a `.env` file in the current directory.
20
21
22## License
23
24well-binge is licensed under MIT.