about summary refs log tree commit diff
path: root/Utilities/LibMatrix.HomeserverEmulator/Services/HSEConfiguration.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Utilities/LibMatrix.HomeserverEmulator/Services/HSEConfiguration.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/LibMatrix.HomeserverEmulator/Services/HSEConfiguration.cs b/Utilities/LibMatrix.HomeserverEmulator/Services/HSEConfiguration.cs

index 73b0d23..bcfb629 100644 --- a/Utilities/LibMatrix.HomeserverEmulator/Services/HSEConfiguration.cs +++ b/Utilities/LibMatrix.HomeserverEmulator/Services/HSEConfiguration.cs
@@ -27,6 +27,8 @@ public class HSEConfiguration { public string DataStoragePath { get; set; } public bool StoreData { get; set; } = true; + + public string ServerName { get; set; } = "localhost"; public bool UnknownSyncTokenIsInitialSync { get; set; } = true;