We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/api
1 parent 0e7e2f5 commit 6835494Copy full SHA for 6835494
server/src/core/server/config.ts
@@ -508,7 +508,7 @@ const config = convict({
508
external_notifications_api_url: {
509
doc: "URL to forward notifications information to an external url.",
510
format: "url",
511
- default: "http://localhost:7003",
+ default: "http://localhost:7003/api",
512
env: "EXTERNAL_NOTIFICATIONS_API_URL",
513
},
514
external_notifications_api_key: {
0 commit comments