Compare commits
2 commits
734a85ab04
...
ba7cf20530
Author | SHA1 | Date | |
---|---|---|---|
ba7cf20530 | |||
679c293474 |
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ in
|
||||||
enabled = true;
|
enabled = true;
|
||||||
outbound = false;
|
outbound = false;
|
||||||
# Only allow webhooks from localhost for the moment
|
# Only allow webhooks from localhost for the moment
|
||||||
urlPrefix = "http://127.0.0.1:9000/webhook";
|
urlPrefix = "${cfg.settings.bridge.url}/webhook";
|
||||||
userIdPrefix = "_webhooks_";
|
userIdPrefix = "_webhooks_";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue