Fixed database extension

This commit is contained in:
2024-01-21 15:27:42 +02:00
parent c0f1ed6879
commit eb94ce4552
4 changed files with 4 additions and 3 deletions

View File

@@ -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",
}