mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-02 01:19:55 -05:00
Added pagination (#16)
This commit is contained in:
@@ -29,6 +29,7 @@ func InitConfig() (err error) {
|
||||
}
|
||||
exPath := filepath.Dir(ex)
|
||||
viper.SetDefault("service.rootpath", exPath)
|
||||
viper.SetDefault("service.pagecount", 50)
|
||||
// Database
|
||||
viper.SetDefault("database.type", "sqlite")
|
||||
viper.SetDefault("database.host", "localhost")
|
||||
|
||||
Reference in New Issue
Block a user