summary refs log tree commit diff
path: root/MatrixLogFwd/Config.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixLogFwd/Config.cs')
-rw-r--r--MatrixLogFwd/Config.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/MatrixLogFwd/Config.cs b/MatrixLogFwd/Config.cs
new file mode 100644

index 0000000..547292e --- /dev/null +++ b/MatrixLogFwd/Config.cs
@@ -0,0 +1,7 @@ +namespace MatrixLogFwd; + +public class Config +{ + public string HomeserverBaseUrl { get; set; } = "https://matrix.org"; + public string AccessToken { get; set; } = ""; +} \ No newline at end of file