mirror of https://github.com/OWASP/Nettacker.git
docstring update
This commit is contained in:
parent
cb79437b50
commit
6e03522016
|
|
@ -86,7 +86,7 @@ class DbConfig(ConfigBase):
|
||||||
synchronous_mode (default="NORMAL"). Rest
|
synchronous_mode (default="NORMAL"). Rest
|
||||||
of the fields can be left empty
|
of the fields can be left empty
|
||||||
This is the default database:
|
This is the default database:
|
||||||
str(CWD / ".data/nettacker.db")
|
str(CWD / ".nettacker/data/nettacker.db")
|
||||||
For mysql users:
|
For mysql users:
|
||||||
fill the ENGINE name of the DB as mysql
|
fill the ENGINE name of the DB as mysql
|
||||||
NAME as the name of the database you want to create
|
NAME as the name of the database you want to create
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue