diff options
author | Rory& <root@rory.gay> | 2023-12-31 12:00:40 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2023-12-31 12:00:40 +0100 |
commit | c5b72e6f002a637d542068be88d70936150c8818 (patch) | |
tree | c7d7a5c99329e88bce47b60b566b8398c0dd4a68 /ModAS.Server/appsettings.Development.json | |
parent | Room query (diff) | |
download | ModAS-c5b72e6f002a637d542068be88d70936150c8818.tar.xz |
Add auth, start of commit script
Diffstat (limited to 'ModAS.Server/appsettings.Development.json')
-rw-r--r-- | ModAS.Server/appsettings.Development.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ModAS.Server/appsettings.Development.json b/ModAS.Server/appsettings.Development.json index ef51c09..f9b6b0f 100644 --- a/ModAS.Server/appsettings.Development.json +++ b/ModAS.Server/appsettings.Development.json @@ -6,6 +6,7 @@ } }, "ModAS": { - + "ServerName": "rory.gay", + "HomeserverUrl": "https://matrix.rory.gay" } } |