Files
order_site/apps/backend/data/notification-config.example.json
T
2026-05-25 22:27:11 +08:00

15 lines
219 B
JSON

{
"enabled": true,
"channels": {
"bark": {
"enabled": true,
"serverUrl": "https://api.day.app",
"recipients": []
},
"wpush": {
"enabled": true,
"recipients": []
}
}
}