it’s disable not disabled
This commit is contained in:
parent
7d4923d801
commit
8adb47cede
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ let
|
||||||
bindAddress = "127.0.0.1";
|
bindAddress = "127.0.0.1";
|
||||||
port = 8008;
|
port = 8008;
|
||||||
};
|
};
|
||||||
database.postgres = "postgresql://matrix-media-repo@localhost/matrix-media-repo?sslmode=disabled";
|
database.postgres = "postgresql://matrix-media-repo@localhost/matrix-media-repo?sslmode=disable";
|
||||||
homeservers = [{
|
homeservers = [{
|
||||||
name = "chir.rs";
|
name = "chir.rs";
|
||||||
csApi = "https://matrix.chir.rs";
|
csApi = "https://matrix.chir.rs";
|
||||||
|
|
Loading…
Reference in a new issue