From a00a92923822ff67956aab50ed2c063c7d327f2a Mon Sep 17 00:00:00 2001 From: Catalan Lover Date: Thu, 13 Mar 2025 00:13:52 +0100 Subject: [PATCH] Update D4A Configuration to harmonise with bot mode Change the default config for D4A to align with bot mode default in mdad. This should also avert a bit of a mess of a potential bug. --- .../templates/production-appservice.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-appservice-draupnir-for-all/templates/production-appservice.yaml.j2 b/roles/custom/matrix-appservice-draupnir-for-all/templates/production-appservice.yaml.j2 index cdd6c418d..e72281924 100644 --- a/roles/custom/matrix-appservice-draupnir-for-all/templates/production-appservice.yaml.j2 +++ b/roles/custom/matrix-appservice-draupnir-for-all/templates/production-appservice.yaml.j2 @@ -25,7 +25,7 @@ webAPI: port: 9000 # The directory the bot should store various bits of information in -dataPath: "/data/storage" +dataPath: "/data" roomStateBackingStore: enabled: {{ matrix_appservice_draupnir_for_all_enable_room_state_backing_store }}