mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 13:55:24 +00:00
Librarify blahd for testing
This commit is contained in:
parent
a92f661003
commit
4f0f1405dc
9 changed files with 288 additions and 101 deletions
|
@ -3,7 +3,10 @@
|
|||
# the default value.
|
||||
|
||||
[database]
|
||||
# (Required)
|
||||
# If enabled, a in-memory non-persistent database is used instead. Options
|
||||
# `path` and `create` are ignored. This should only be used for testing.
|
||||
in_memory = false
|
||||
|
||||
# The path to the main SQLite database.
|
||||
# The file will be created and initialized if not exist, but missing directory
|
||||
# will not.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue