about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-08-11 15:17:56 +0200
committerRory& <root@rory.gay>2025-08-11 15:17:56 +0200
commitf0793ef14a563ab7d571823202f8decd3ac46e0d (patch)
tree61ef4af06dc3ab5fe0713c7ffb8edb15c5211e09
parentRoom upgrade CLI, more RMU GUI work (diff)
downloadMatrixUtils-f0793ef14a563ab7d571823202f8decd3ac46e0d.tar.xz
Example config
-rw-r--r--MatrixUtils.RoomUpgradeCLI/appsettings.Development.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/MatrixUtils.RoomUpgradeCLI/appsettings.Development.json b/MatrixUtils.RoomUpgradeCLI/appsettings.Development.json

index b2dcdb6..f42db52 100644 --- a/MatrixUtils.RoomUpgradeCLI/appsettings.Development.json +++ b/MatrixUtils.RoomUpgradeCLI/appsettings.Development.json
@@ -1,8 +1,17 @@ { + // Don't touch this unless you know what you're doing: "Logging": { "LogLevel": { "Default": "Information", "Microsoft.Hosting.Lifetime": "Information" } + }, + "LibMatrixBot": { + // Homeserver to connect to. + // Note: Homeserver resolution is applied here, but a direct base URL can be used. + "Homeserver": "rory.gay", + + // Absolute path to the file containing the access token + "AccessTokenPath": "/home/Rory/matrix_access_token" } }