fucking work
This commit is contained in:
parent
27f45c4942
commit
389e27d5c4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ let
|
|||
bindAddress = "127.0.0.1";
|
||||
port = 8008;
|
||||
};
|
||||
database.postgres = "postgresql://matrix-media-repo@localhost/matrix_media_repo?sslmode=disable";
|
||||
database.postgres = "postgresql:///matrix_media_repo?sslmode=disable&host=/run/postgresql";
|
||||
homeservers = [{
|
||||
name = "chir.rs";
|
||||
csApi = "https://matrix.chir.rs";
|
||||
|
|
Loading…
Reference in a new issue