clarify role of database file (#2190)

This commit is contained in:
Shivaram Lingamneni
2024-11-17 21:21:06 +01:00
committed by GitHub
parent eddd4cc723
commit 1bdc45ebb4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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