fix db config
This commit is contained in:
parent
fc39be67af
commit
64492543a5
2 changed files with 0 additions and 9 deletions
|
|
@ -10,15 +10,6 @@
|
|||
# "/var/lib/matrix-synapse/homeserver.signing.key"
|
||||
signing_key_path = config.age.secrets.matrix_signing_key.path;
|
||||
registration_shared_secret_path = config.age.secrets.matrix_registration_shared_secret.path;
|
||||
database = {
|
||||
name = "psycopg2";
|
||||
args = {
|
||||
host = "sql.berlin.ccc.de";
|
||||
port = 5432;
|
||||
user = "matrix-synapse";
|
||||
database = "matrix-synapse";
|
||||
};
|
||||
};
|
||||
listeners = [
|
||||
{
|
||||
type = "http";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue