1
0
Fork 0

app/matrix: add matrix.0x3c.pl

Change-Id: I1f1d41fd80c08cefd274141ca598526dd466ad24
master
q3k 2020-11-03 23:35:21 +01:00
parent 21a9616583
commit 52e796606f
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
local matrix = import "lib/matrix.libsonnet";
local irc = import "lib/appservice-irc.libsonnet";
local telegram = import "lib/appservice-telegram.libsonnet";
matrix {
local app = self,
local cfg = app.cfg,
cfg+:: {
namespace: "matrix-0x3c",
webDomain: "matrix.0x3c.pl",
serverName: "0x3c.pl",
},
synapseConfig+:: {
password_config: {
enabled: true,
},
},
}