From f0793ef14a563ab7d571823202f8decd3ac46e0d Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 11 Aug 2025 15:17:56 +0200 Subject: Example config --- MatrixUtils.RoomUpgradeCLI/appsettings.Development.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'MatrixUtils.RoomUpgradeCLI') 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" } } -- cgit 1.5.1