bicep/matrix/hookshot: change port
This commit is contained in:
parent
b6694831fe
commit
0350431525
@ -3,7 +3,7 @@
|
|||||||
let
|
let
|
||||||
cfg = config.services.matrix-hookshot;
|
cfg = config.services.matrix-hookshot;
|
||||||
webhookListenAddress = "127.0.0.1";
|
webhookListenAddress = "127.0.0.1";
|
||||||
webhookListenPort = 9000;
|
webhookListenPort = 8435;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
Loading…
Reference in New Issue
Block a user