mob next [ci-skip] [ci skip] [skip ci]
lastFile:inventories/default.nix
This commit is contained in:
+12
-1
@@ -366,7 +366,9 @@
|
||||
};
|
||||
route = {
|
||||
receiver = "default-receiver";
|
||||
routes = [ ];
|
||||
routes = [
|
||||
{ receiver = "matrix"; }
|
||||
];
|
||||
};
|
||||
receivers = [
|
||||
{
|
||||
@@ -378,6 +380,15 @@
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "matrix";
|
||||
webhook_configs = [
|
||||
{
|
||||
url = "http://localhost:3000";
|
||||
send_resolved = true;
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user