katbin/lib/ketbin_web
Akshit Garg 12ec98d15e
refactor(config): use secret files in dev mode
- Refactor `config/dev.exs` to use `config/dev.secret.exs` instead of
  fetching the SMTP information from the environment and using hardcoded
  database credentials. This is useful when different developers have
  different database credentials and they use different SMTP adapters
- Add a sample `dev.secret.exs` in `config/dev.secret.sample.exs`. Also
  gitignore the origin `dev.secret.exs` file
- Add instructions on how to setup the config file for development in
  `README.md`
- Add `Plug.Swoosh.MailboxPreview` plug on "/mailbox" route in
  development mode for easier development with e-mails

Signed-off-by: Akshit Garg <garg.akshit@gmail.com>
2021-08-21 16:47:31 +05:30
..
channels chore(git): Initial commit 2021-08-09 14:18:23 +05:30
controllers fix(pastes): sanitize paste content while rendering 2021-08-17 03:00:24 +05:30
templates refactor(users): add styles for remaining user management templates 2021-08-20 02:27:16 +05:30
views feat(ui): create idiomatic UI matching previous katbin iteration 2021-08-13 06:33:43 +05:30
endpoint.ex chore(git): Initial commit 2021-08-09 14:18:23 +05:30
gettext.ex chore(git): Initial commit 2021-08-09 14:18:23 +05:30
router.ex refactor(config): use secret files in dev mode 2021-08-21 16:47:31 +05:30
telemetry.ex chore(git): Initial commit 2021-08-09 14:18:23 +05:30