docstring update

This commit is contained in:
pUrGe12 2025-09-06 10:02:09 +05:30
parent cb79437b50
commit 6e03522016
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class DbConfig(ConfigBase):
synchronous_mode (default="NORMAL"). Rest
of the fields can be left empty
This is the default database:
str(CWD / ".data/nettacker.db")
str(CWD / ".nettacker/data/nettacker.db")
For mysql users:
fill the ENGINE name of the DB as mysql
NAME as the name of the database you want to create