Document AI CV tools and follow-up reminder emails

This commit is contained in:
cesnimda
2026-03-23 21:48:02 +01:00
parent 5a31f86e4d
commit 19b0424ef3
4 changed files with 8 additions and 1 deletions
+3
View File
@@ -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