Create config.json

This commit is contained in:
drifty
2025-01-16 12:32:16 +05:30
committed by GitHub
parent e6f825a533
commit e46818a289

View File

@@ -0,0 +1,10 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://matrix.example.com"
},
"m.identity_server": {
"base_url": "https://vector.im"
}
}
}