Fix my homeserver being hard-coded

This commit is contained in:
Cadence Ember
2023-09-12 20:43:56 +12:00
parent acee80ce52
commit 714c31d230
7 changed files with 15 additions and 9 deletions
Vendored
+1
View File
@@ -20,6 +20,7 @@ export type AppServiceRegistrationConfig = {
namespace_prefix: string
max_file_size: number
server_name: string
server_origin: string
}
old_bridge?: {
as_token: string