summary refs log tree commit diff
path: root/MatrixLogFwd/Config.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-09-08 18:46:06 +0200
committerRory& <root@rory.gay>2025-09-08 18:46:06 +0200
commitbdfe3e460915e00de11f50c6e3d1c1c60b13f3b9 (patch)
treebdb7aa3f5e722afa6b18c9c264f4a1e2e3fc1551 /MatrixLogFwd/Config.cs
downloadMatrixLogFwd-bdfe3e460915e00de11f50c6e3d1c1c60b13f3b9.tar.xz
Old changes
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