mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-05 13:55:33 +00:00
Package with nix and add systemd unit example
This commit is contained in:
parent
a63d0df443
commit
e84b13c876
9 changed files with 287 additions and 3 deletions
|
@ -1,8 +1,12 @@
|
|||
# The example configuration file, required options are documented as
|
||||
# `(Required)`, other options are optional and the example value given here is
|
||||
# the default value.
|
||||
|
||||
[database]
|
||||
# (Required)
|
||||
# The path to the main SQLite database.
|
||||
# It will be created and initialized if not exist.
|
||||
path = "/path/to/db.sqlite"
|
||||
# The file will be created and initialized if not exist, but missing directory
|
||||
# will not.
|
||||
path = "/var/lib/blahd/db.sqlite"
|
||||
|
||||
[server]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue