Take 2
This commit is contained in:
parent
3dac6fb98f
commit
6fa73f2358
|
@ -55,13 +55,15 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
database_name = "matrix-synapse";
|
|
||||||
database_user = "synapse";
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
ip_range_whitelist:
|
ip_range_whitelist:
|
||||||
- '172.23.0.0/16'
|
- '172.23.0.0/16'
|
||||||
registration_requires_token: true
|
registration_requires_token: true
|
||||||
'';
|
'';
|
||||||
|
database.args = {
|
||||||
|
user = "matrix-synapse";
|
||||||
|
database = "synapse";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue