synapse: fix base_url
This commit is contained in:
parent
2fd495c9cf
commit
16152bb56f
|
@ -17,7 +17,7 @@ in
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
server_name = "pvv.ntnu.no";
|
server_name = "pvv.ntnu.no";
|
||||||
public_baseurl = "matrix.pvv.ntnu.no";
|
public_baseurl = "https://matrix.pvv.ntnu.no";
|
||||||
|
|
||||||
# LOL postgres too old
|
# LOL postgres too old
|
||||||
# database = {
|
# database = {
|
||||||
|
|
Loading…
Reference in New Issue