1 files changed, 16 insertions, 0 deletions
diff --git a/MatrixInviteLogger/appsettings.Development.json b/MatrixInviteLogger/appsettings.Development.json
new file mode 100644
index 0000000..ffdfb9c
--- /dev/null
+++ b/MatrixInviteLogger/appsettings.Development.json
@@ -0,0 +1,16 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.Hosting.Lifetime": "Information"
+ }
+ },
+ "LibMatrixBot": {
+ "Homeserver": "rory.gay",
+ "AccessTokenPath": "/home/Rory/matrix_access_token"
+ },
+ "InviteLogger": {
+ "LogRoom": "!GrLSwdAkdrvfMrRYKR:rory.gay",
+ "SendInviteDataAsFile": true // default: false
+ }
+}
|