added debug option
Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
parent
5b0ba2bd09
commit
4d22d81de9
|
@ -3,5 +3,6 @@
|
|||
"dbPort": 3306,
|
||||
"dbDatabase": "sampledb",
|
||||
"dbUser": "sampleuser",
|
||||
"dbPassword": "secret"
|
||||
"dbPassword": "secret",
|
||||
"debug": false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue