mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 07:54:22 +00:00
Update default DBURL to use sqlite:// format in DefaultConfig
This commit is contained in:
@@ -34,7 +34,7 @@ type Config struct {
|
|||||||
// DefaultConfig returns a new Config instance with default values
|
// DefaultConfig returns a new Config instance with default values
|
||||||
func DefaultConfig() *Config {
|
func DefaultConfig() *Config {
|
||||||
return &Config{
|
return &Config{
|
||||||
DBURL: "./lemma.db",
|
DBURL: "sqlite://lemma.db",
|
||||||
DBType: db.DBTypeSQLite,
|
DBType: db.DBTypeSQLite,
|
||||||
WorkDir: "./data",
|
WorkDir: "./data",
|
||||||
StaticPath: "../app/dist",
|
StaticPath: "../app/dist",
|
||||||
|
|||||||
Reference in New Issue
Block a user