From 1bdc45ebb4d181ceec284c85bd245500bd520d7b Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 17 Nov 2024 21:21:06 +0100 Subject: [PATCH] clarify role of database file (#2190) --- default.yaml | 2 +- traditional.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.yaml b/default.yaml index 7a62f227..491bc95b 100644 --- a/default.yaml +++ b/default.yaml @@ -820,7 +820,7 @@ lock-file: "ircd.lock" # datastore configuration datastore: - # path to the datastore + # path to the database file (used to store account and channel registrations): path: ircd.db # if the database schema requires an upgrade, `autoupgrade` will attempt to diff --git a/traditional.yaml b/traditional.yaml index 922f5c37..73165adc 100644 --- a/traditional.yaml +++ b/traditional.yaml @@ -791,7 +791,7 @@ lock-file: "ircd.lock" # datastore configuration datastore: - # path to the datastore + # path to the database file (used to store account and channel registrations): path: ircd.db # if the database schema requires an upgrade, `autoupgrade` will attempt to