Add a LevelDB database

This commit is contained in:
nemunaire 2022-10-05 20:26:37 +02:00
commit afac453e08
8 changed files with 136 additions and 75 deletions

View file

@ -10,6 +10,7 @@ type Config struct {
Bind string
ExternalURL URL
BaseURL string
LevelDBPath string
SettingsFile string
TracksDir string
GongsDir string