feat: improve reminders summarizer output and system metadata handling
This commit is contained in:
@@ -23,6 +23,11 @@ services:
|
||||
- Google__GmailRedirectUri=${GOOGLE_GMAIL_REDIRECT_URI}
|
||||
- Summarizer__BaseUrl=${SUMMARIZER_BASE_URL:-http://summarizer:8001}
|
||||
# Email (SMTP)
|
||||
# Build metadata should be resolved before deployment. Examples:
|
||||
# APP_VERSION=1.0.0
|
||||
# APP_COMMIT_SHA=abc1234
|
||||
# APP_BUILD_STAMP=2026-03-22 14:00 UTC
|
||||
# Do not set literal placeholders like $(git rev-parse --short HEAD) in .env.
|
||||
- App__PublicBaseUrl=${APP_PUBLIC_BASE_URL}
|
||||
- App__Version=${APP_VERSION}
|
||||
- App__CommitSha=${APP_COMMIT_SHA}
|
||||
|
||||
Reference in New Issue
Block a user