Fix sqlite path in default config
This commit is contained in:
parent
f324e3fb28
commit
f2025c2658
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ database:
|
||||||
# Databse to use
|
# Databse to use
|
||||||
database: "vikunja"
|
database: "vikunja"
|
||||||
# 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: "./vikunja.db"
|
path: "./vikunja.db"
|
||||||
# Sets the max open connections to the database. Only used when using mysql and postgres.
|
# Sets the max open connections to the database. Only used when using mysql and postgres.
|
||||||
maxopenconnections: 100
|
maxopenconnections: 100
|
||||||
# Sets the maximum number of idle connections to the db.
|
# Sets the maximum number of idle connections to the db.
|
||||||
|
|
|
@ -90,7 +90,7 @@ database:
|
||||||
# Databse to use
|
# Databse to use
|
||||||
database: "vikunja"
|
database: "vikunja"
|
||||||
# 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: "./vikunja.db"
|
path: "./vikunja.db"
|
||||||
# Sets the max open connections to the database. Only used when using mysql and postgres.
|
# Sets the max open connections to the database. Only used when using mysql and postgres.
|
||||||
maxopenconnections: 100
|
maxopenconnections: 100
|
||||||
# Sets the maximum number of idle connections to the db.
|
# Sets the maximum number of idle connections to the db.
|
||||||
|
|
Loading…
Reference in a new issue