| import { Config, Env } from '@n8n/config'; | |
| export class PushConfig { | |
| /** Backend to use for push notifications */ | |
| ('N8N_PUSH_BACKEND') | |
| backend: 'sse' | 'websocket' = 'websocket'; | |
| } | |
| import { Config, Env } from '@n8n/config'; | |
| export class PushConfig { | |
| /** Backend to use for push notifications */ | |
| ('N8N_PUSH_BACKEND') | |
| backend: 'sse' | 'websocket' = 'websocket'; | |
| } | |