Configuration
Configuration File
Configuration Sections
1. Git (:git)
:git {
:committer-name "ChronDB" ; Name that will appear in commits
:committer-email "[email protected]" ; Email that will appear in commits
:default-branch "main" ; Main repository branch
:sign-commits false ; GPG commit signing
}Details
2. Storage (:storage)
Details
3. Logging (:logging)
4. Servers (:servers)
Complete Example
Loading Configuration
Best Practices
Last updated