mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 15:44:21 +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
|
||||
func DefaultConfig() *Config {
|
||||
return &Config{
|
||||
DBURL: "./lemma.db",
|
||||
DBURL: "sqlite://lemma.db",
|
||||
DBType: db.DBTypeSQLite,
|
||||
WorkDir: "./data",
|
||||
StaticPath: "../app/dist",
|
||||
|
||||
Reference in New Issue
Block a user