mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 07:13:31 -07:00
clarify role of database file (#2190)
This commit is contained in:
committed by
GitHub
parent
eddd4cc723
commit
1bdc45ebb4
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user