mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
use default database name if none is set in the config
This commit is contained in:
parent
4b8c9530fb
commit
0b6614c6e0
3 changed files with 27 additions and 7 deletions
|
|
@ -115,8 +115,8 @@ pub enum DbError {
|
|||
NoUsername,
|
||||
#[error("no password set")]
|
||||
NoPassword,
|
||||
#[error("no database name")]
|
||||
NoName,
|
||||
#[error("no data directory")]
|
||||
NoDataDirectory,
|
||||
}
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue