fix grotesque spelling of postgresql
This commit is contained in:
parent
0547a640c2
commit
79571592f7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
database.connection_string = "postgresql:///dendrite_federation?sslmode=disable&host=/run/postgresql";
|
||||
};
|
||||
key_server.database.connection_string = "postgresql:///dendrite_keyserver?sslmode=disable&host=/run/postgresql";
|
||||
media_api.database.connection_string = "postgrestql:///dendrite_mediaapi?sslmode=disable&host=/run/postgresql";
|
||||
media_api.database.connection_string = "postgresql:///dendrite_mediaapi?sslmode=disable&host=/run/postgresql";
|
||||
mscs = {
|
||||
mscs = [ "msc2836" "msc2946" ];
|
||||
database.connection_string = "postgresql:///dendrite_mscs?sslmode=disable&host=/run/postgresql";
|
||||
|
|
Loading…
Reference in a new issue