Notification doesn't work in self hosted server #5651
-
Hello! My name is James and I'm interested in this project. Could anybody help me on this? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello
Generate VAPID keys and provide them as environment variables to your containers: For the front container, set: Email notification currently not available for self-hosting solution |
Beta Was this translation helpful? Give feedback.
Hello
For push notification you should follow these guidelines:
Generate VAPID keys and provide them as environment variables to your containers:
For the front container, set:
PUSH_PUBLIC_KEY
For the transactor container, set:
PUSH_PUBLIC_KEY
PUSH_PRIVATE_KEY
PUSH_SUBJECT (formatted as mailto:${mailUsedForKeysGeneration})
Email notification currently not available for self-hosting solution