summaryrefslogtreecommitdiff
path: root/internal/config/config.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-22 23:30:43 +0200
committerPaul Buetow <paul@buetow.org>2026-02-22 23:30:43 +0200
commit13272b89c8e343f53f0633fd057d7a0054113524 (patch)
treed16d2799888c43556195de1566990ce00f43cbb2 /internal/config/config.go
parente68d0959297bc1140a6b04ca10d4f2d7a2dac19b (diff)
Bump version to v0.5.1, change default data_dir to ~/git/foostoredbv0.5.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/config/config.go')
-rw-r--r--internal/config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index 2f7871e..b9ae6c2 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -46,7 +46,7 @@ func defaultConfig() Config {
}
return Config{
- DataDir: filepath.Join(home, "git", "foostore-data"),
+ DataDir: filepath.Join(home, "git", "foostoredb"),
ExportDir: filepath.Join(home, ".foostore-export"),
KeyFile: filepath.Join(home, ".foostore.key"),
KeyLength: 32,