refactor: make config entries kebab-case
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M internal/config/config.go → internal/config/config.go
@@ -27,7 +27,7 @@ return nil } type Config struct { - DataPath string `toml:"data_path"` + DataPath string `toml:"data-path"` CSP CSP `toml:"content-security-policy"` Headers map[string]string Sources map[string]importer.Source