From 1efc682ccacf5ae4f530caffa15ce4624b5c5cd2 Mon Sep 17 00:00:00 2001 From: omgbeez <251408589+omgbeez@users.noreply.github.com> Date: Sat, 25 Apr 2026 11:48:36 -0400 Subject: [PATCH] Undo local changes ... again --- server/RdtClient.Web/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/RdtClient.Web/appsettings.json b/server/RdtClient.Web/appsettings.json index a6f6ccd..95e2b20 100644 --- a/server/RdtClient.Web/appsettings.json +++ b/server/RdtClient.Web/appsettings.json @@ -1,13 +1,13 @@ { "Logging": { "File": { - "Path": "./rdtclient.log", + "Path": "/data/db/rdtclient.log", "FileSizeLimitBytes": 5242880, "MaxRollingFiles": 5 } }, "Database": { - "Path": "./rdtclient.db" + "Path": "/data/db/rdtclient.db" }, "Port": "6500", "BasePath": null