Document AI CV tools and follow-up reminder emails
This commit is contained in:
@@ -52,6 +52,8 @@ AUTH_ADMIN_EMAIL=you@example.com
|
||||
AUTH_ADMIN_PASSWORD=replace_with_strong_password
|
||||
APP_PUBLIC_BASE_URL=https://your-domain.example
|
||||
AI_SERVICE_BASE_URL=http://ai-service:8001
|
||||
EMAIL_FOLLOWUPREMINDERS_ENABLED=true
|
||||
EMAIL_FOLLOWUPREMINDERS_UPCOMINGDAYS=2
|
||||
# Optional backward-compatible alias if older config still references the previous name:
|
||||
SUMMARIZER_BASE_URL=http://ai-service:8001
|
||||
```
|
||||
@@ -93,3 +95,4 @@ If this app is going to be a real production service on Ubuntu:
|
||||
- confirm backend can connect to MariaDB
|
||||
- confirm AI service container is reachable from backend
|
||||
- confirm reminder and admin/system pages load
|
||||
- verify follow-up reminder emails are enabled only when intended and that links open the correct job/tab
|
||||
|
||||
Reference in New Issue
Block a user