mirror of
https://github.com/JustKato/drive-health.git
synced 2026-04-30 01:42:29 +03:00
Fixed database extension
This commit is contained in:
@@ -24,7 +24,7 @@ func GetConfiguration() DHConfig {
|
||||
config := DHConfig{
|
||||
DiskFetchFrequency: 5, // default value
|
||||
MaxHistoryAge: 2592000, // default value
|
||||
DatabaseFilePath: "./data.db",
|
||||
DatabaseFilePath: "./data.sqlite",
|
||||
|
||||
Listen: ":8080",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user