mirror of
https://github.com/vee1e/workorder-desk.git
synced 2026-09-01 09:50:13 +00:00
docs(readme): add production and security notes
This commit is contained in:
parent
6d4934d1b2
commit
0bbbc2aab5
1 changed files with 7 additions and 0 deletions
|
|
@ -67,6 +67,13 @@ npm run build
|
|||
|
||||
CI runs these checks on every push. CI also runs coverage gates.
|
||||
|
||||
## Production notes
|
||||
|
||||
- The demo accounts are public and shown on the login page. Change the admin password before you use the app in public.
|
||||
- Render's free tier sleeps after about 15 minutes without traffic. The first request then takes 30 to 60 seconds to start. Use a paid plan or a warm-up ping for production.
|
||||
- Password reset emails use Resend. Set `RESEND_API_KEY` and verify a sender domain before real users sign up.
|
||||
- Work-order search uses a case-insensitive regex. It is correct but does a full scan. It is fine at starter scale.
|
||||
|
||||
## Project structure
|
||||
|
||||
- `backend`: the Express API. It uses a layered architecture.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue