fixed the notification service error when the user's display name contained special characters

This commit is contained in:
Roman Perekhod
2024-06-28 13:24:37 +02:00
parent eb5a9ceade
commit f29b254333
8 changed files with 113 additions and 16 deletions
+1
View File
@@ -359,6 +359,7 @@ ocis/bin/ocis init --insecure true
# run oCIS
PROXY_ENABLE_BASIC_AUTH=true \
OCIS_ADD_RUN_SERVICES=notifications \
NOTIFICATIONS_SMTP_HOST=localhost \
NOTIFICATIONS_SMTP_PORT=2500 \
NOTIFICATIONS_SMTP_INSECURE=true \