Updated sample config
This commit is contained in:
parent
4cf0cd233c
commit
90da51ad7e
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Type = mysql
|
||||||
User = root
|
User = root
|
||||||
Password = supersecret
|
Password = supersecret
|
||||||
Host = 127.0.0.1
|
Host = 127.0.0.1
|
||||||
Database = library
|
Database = vikunja
|
||||||
ShowQueries = false
|
ShowQueries = false
|
||||||
; When using sqlite, this is the path where to store the data
|
; When using sqlite, this is the path where to store the data
|
||||||
; Path = ./library.db
|
; Path = ./vikunja.db
|
Loading…
Reference in a new issue